<!--

body {background-color: #FF99FF;
font-size: 15px;
font-family:  Arial;
font-weight: 500;
}


div.title
{
text-align: center;
}

div.menu
{
text-align: center;
}

table.main
{
table-layout: fixed;
border-collapse: collapse;
empty-cells: hide;
text-align: center;
width: 800px;
border: medium single white;
}


div.box
{
text-align: center;
width: 850px;
}


.box { 
  background: #FFCCFF; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}




h1
{
text-align: center;
color: #000000;
font-family: Comic Sans Ms;
font-size: 20px;
font-weight: 900;
}

h2
{
text-align: center;
color: #000000;
font-family: Verdana;
font-size: 18px;
font-weight: 700;
margin-top: 3px;
margin-bottom: 3px;
}

h3
{
text-align: center;
color: #000000;
font-family: Verdana;
font-size: 15px;
font-weight: 700;
margin-top: 3px;
margin-bottom: 3px;
}


p
{
text-align: center;
color: #650000;
font-family: Arial;
font-size: 16px;
font-weight: 500
} 

a:link {color: #990000; text-decoration: none; font-weight: 800}     /* unvisited link */
a:visited {color: #990000; text-decoration: none; font-weight: 800}  /* visited link */
a:hover {color: #FFCC00; text-decoration: underline overline strong; background: #990000}   /* mouse over link */



.style1 {
font-family: Arial;
color: #FF0000;
font-size: 16px;
font-weight: 700;
}

.style1 a:link {
        color: #990000;
	text-decoration: none;
}

.style1 a:visited {
	color: #990000;
	text-decoration: none;
}

.style1 a:hover {
	color: #FF0000;
	text-decoration: underline overline strong; 
	background: #990000;
}




-->
</style> 
