<!--

body {background-color: #000000;
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;
}

image.main{
	border-style:outset;
	border-color: red;
	border-width:10px;
      }


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


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



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: #FF0000; text-decoration: underline}   /* 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> 
