@import url(common.css);

body {
	font-size:  80%;
    font-family: verdana, sans-serif;
	color: #555753; 
	margin: 0; 
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: justify;
	}

h1 {
	font-size: 180%;
	font-weight: normal;
	background: rgb(211, 211, 211);
	}
h2 {
	font-size: 140%;
	font-weight: normal;
	}
.hide {
	display: none;
	}
a:link {
	color: teal;
	text-decoration: none;
	}
a:visited {
	color: teal;
	text-decoration: none;
	}
a:hover {
	color:  #005a9c;
	background: white;
	text-decoration: underline;
	}

/* specific divs */
#container { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}
	
#content {
	padding: 5px;
	}

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
	
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 20px; 
	width: 130px; 
	}
	
	
