/* CSS Document */


<!-- hyperlink features
a{
font-family:arial
}

a:link{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}

a:visited{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}

a:hover{
color: #000000; 
font-weight:bold;
text-decoration:underline;
}



-->

/** body features ***/

body{
font-family: arial;
color: #0099FF;
text-align:center;
margin:0 auto;
width:1000px;
}

#container{
margin:0 auto;
text-align:left;
width:1000px;
}

#header {
}
 
#left-column {
	width: 220px;
	float: left;
}
 
#right-column {
	text-align:left;
	width: 780px;
	margin-left: 220px;
	padding-left:10px;
}
 
#wrapper {
	background: white;
	width: 750px;
	margin: 0 auto;
}

#footer {
	background: pink;
	clear: both;
}

p {
font-size:12px;
color: #000000; 
}

p.style1 {
font-size:12px;
color: #000000;
font-weight:bold; 
}


h1 {
font: Arial;
color:#000066;
font-size:30px;
font-weight:bold;
text-align:center;
}

a.h1:link{
color:#000066;
text-decoration:none;
}

a.h1:visited{
color:#000066;
text-decoration:none;
}

a.h1:hover{
color:#000066;
text-decoration:underline;
cursor:default;
}


h2 {
font: Arial;
color:#000066;
font-size:24px;
font-weight:bold;
text-decoration:underline;
}

a.h2:link{
font-weight:bold;
color:#000066;
text-decoration:underline;
}

a.h2:visited{
font-weight:bold;
color:#000066;
text-decoration:underline;
}

a.h2:hover{
font-weight:bold;
color:#000066;
text-decoration:underline;
}


</style>

