<style type="text/css">
h1 {
  font-size: large;
  text-decoration: none;
  text-align: center;
  font-family: "Lucida Sans Unicode";
  text-transform: none;
  color: #c0c0c0;
}
h2 {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size: medium;
}
h3 {
  text-align: none;
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size: small;
}
a {
  text-decoration: none;
  font-style: italic;
  font-size: small;
  text-align: center;
  font-variant: small-caps;
  text-transform: none;
  color: #ffff00;
}
a.hover{
font-family:arial,helvetica,sans-serif;
color:red;
text-decoration:none;
font-weight:bold;
font-size:large;
}
BODY{
font-family:arial,palatino,serif;
color:white;
background-color:black;
font-style:plain;
font-size:12px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}
P{
font-family:arial,palatino,serif;
color:white;
font-style:plain;
font-size:16px;
margin-left:40px;
margin-right:40px;
margin-top:40px;
margin-bottom:40px;
text-align: justify;
}
HR{
color:gray;
width:500px;
height:5px;
}


/*begin MENU code*/	
.buttonscontainer {width: 125px;}

.buttons a {color: #001c37;
border: 1px solid;
background-color: #c3c3c3;
padding: 2px;
padding-left: 3px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #002d59 #2352B1 #2352B1 #5A89C0;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: ;
border-color: #2352B1 #5A89C0 #5A89C0 #2352B1;
color: #407AB6;
text-decoration: none;}
/*END MENU code*/	

/*begin rounded edges code*/	
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0px; }
.rbroundbox { width: 100%; margin: 1em auto; }
/*END ROUNDED EDGES CODE*/
	
</style>	
