
body {font-family: arial; 
      font-family:arial;
}

h4 {
	 font-style: italic;
}

.figid {font-size:10px; color= gray;}

.bar {font-size: 22px; color:white;}

.contact { color:white; font-weight: bold; font-family: arial;}

.txdec {text-decoration: none;}

.dfltt {font-family:arial;font-size:14px;font-weight:normal;text-decoration:normal;text-align:left;fill:black;}
      
.tfont {font-family: arial;}

a {
	color: blue;
	text-decoration:none;
	}
	
a:hover {
	color: darkblue;
}	

#note {
	font-size: 14px; 
	color: gray;
}		


#menu {
  color: white;
	padding: 20px 0px 10px 5px;
	position: absolute;
  left: 0px;
	top: 110px;
	width: 11em;
	font-size: 13px;
} 

#menu a {
	color: yellow;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	text-decoration: none;
}

#warn{
			color: red;
}

#warn:hover {
			color: blue;
}
#contents {
}
#content {
	position: absolute;
  left: 150px;
	top: 130px;
	width: 80%;
}

