body
{ color: black;
margin-right: 5px;
margin-left: 5px;
}


a.x:link{ text-decoration: underline;
	color: navy;
}
	
a.x:visited{ text-decoration: underline;
	color: black;
}

a.x:hover{ text-decoration: none;
text-transform: uppercase;
	color: red;
	font-weight: bolder;
	background: white
	
}



div#head {
font-family: serif;
font-size: 30;
font-weight: bolder;
}
div#head2 {
font-family: serif;
font-size: 24;
font-weight: bolder;
}





div#side {
font-family: sans-serif;
font-size: 16px;
}
div#side B{
font-weight: bolder;
font-size: 16px;
text-transform: uppercase;
}
div#side a:link{
text-decoration: underline;
	color: black;
}
div#side a:visited{ text-decoration: underline;
	color: navy;
}
div#side a:hover{ text-decoration: none;
	color: red;
	font-weight: bolder;
	background: white;
text-transform: uppercase;

}


div#main
{
color: black;
font-size: 18px;
font-family: verdana,serif;
 
background: white;
margin-right: 0px;
}
div#main p{margin: 10px;
font-size: 15px;
}
div#main td{margin: 5px;
font-size: 15px;
}
div#main a:link{ text-decoration: underline;
	color: #0000ff;
}
div#main a:visited{ text-decoration: underline;
	color: #0a0a96;
}
div#main a:hover{ text-decoration: none;
	color: red;
	font-weight: bolder;
	background: white;
}
div#main b{ font-weight: bolder;
	color: navy;
}
div#main h1{ font-weight: bolder;
font-size: 48px;
	color: red;
font-family: "Pepita MT", Mistral, serif;
text-align: center;
}
div#main h2{ font-weight: bolder;
font-size: 24px;
	color: navy;
font-family:  serif;
text-align: left;
margin: 10px;
}

div#main h3{ font-weight: bolder;
font-size: 20px;
	color: navy;
font-family:  serif;
text-align: center;
}
div#main h4{
font-size: 12px;
text-align: right;
color: red;
}
div#main h5{
font-size: 30px;
font-family: serif;
color: dark green;
align: center;
}
div#main h6{
font-size: 18px;
}





