<STYLE TYPE="text/css">
P, A, B, I, Li, Body, Blockquote{font-size: 12px;  font-family: verdana, sans-serif }
   P, ul  {font-size: 12px;  font-family: verdana, sans-serif }  
   strong {font-size: 16px; text-decoration:bold; font-family: verdana, sans-serif }
    
    A {font-size: 12px }  
    
    H1 { font-size: 24px }
    H2 { font-size: 20px }
    H3 { font-size: 16px}
	 
	A:hover{color:red;text-decoration:underline}

#navcontainer { margin-left: 10px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer li { margin: 0; }

#navcontainer a
		{
			display: block;
			padding: 5px 5px 5px 10px;
			width: 120px;
			color: #00f;
			background-color: #fc9;
			text-decoration: underline;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #333;
			border-right: 1px solid #333;
			font-weight: normal;
			font-size: 12px;
			background-image: url(buttons/buttonup.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
	font-style: normal;
}

#navcontainer a:hover
		{
			color: #c00;
			background-color: #ffc;
			text-decoration: none;
			border-top: 1px solid #333;
			border-left: 1px solid #333;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
			font-weight: normal;
			background-image: url(buttons/buttondown.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}

</STYLE>