.menu
{
		font-family: Arial;
		font-size: 12px;
		color: #ffffff;
		background-color: #911818;
		border-right-style: dashed;
		border-right-width: 1px;
		border-right-color: #666666;
		border-left-style: dashed;
		border-left-width: 1px;
		border-left-color: #666666;
		
}

.menu2 {
     font-family: Arial;
     font-size:14px;
     color: #ffffff;
     background-color: #911818;
     font-variant: small-caps;

     text-decoration: none;
     padding-left: 2px;
     padding-top: 1px;
     padding-bottom: 1px;
     padding-right: 2px;	
		
}

a.menu2:link {
     color: white;
}
a.menu2:visited {
     color: white;
}
a.menu2:hover {
     text-decoration: underline;
     color: #FFCC66;
}

.text
{
		font-family: Arial;
		font-size: 12px;
		color: #666666;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
}

.text1
{
		font-family: Arial;
		font-size: 11px;
		color: #911818;
		text-align: justify;
		padding: 5px;	
	
}

.h1 {
     font-family: Arial;
     font-size:24px;
     color: #911818;
     font-weight: bold;
     font-variant: small-caps;
     }
     
