body {
	font-size: small;
}
h1 {
	font-size: 150%;
	font-weight: bold;
     text-align:center;
}

ul#med 
{
     list-style-type:circle;
     padding:0;
     margin-left:2em;
     margin-right:0;
}
#med li
{ 
    font-weight:bold;
    margin-bottom:2em;
}
    
#med a:link, #nav a:visited 
{
    color:Black;
    text-decoration:underline;
}
#med a:hover 
{ color:Green;
    text-decoration:none;
}
ul#well 
{
     list-style-type:none;
     padding:0;
     
}
#well li
{ 
    text-align:center;
    font-weight:bold;
    margin-bottom: 1em;
}
    
#well a:link, #nav a:visited 
{
    color:Black;
    text-decoration:underline;
}
#well a:hover 
{ color:Green;
    text-decoration:none;
}    
