
* {
margin: 0; padding: 0;
}

a, a:visited, a:active, a:link {
	text-decoration: underline;
	color: #400040;	
	}
	
a:hover {
        text-decoration: none;
}


/** this is the general layout **/
body {
background-image:url(images/const_bg.jpg);
background-repeat:no-repeat; 
text-align: left;
/*background-attachment:fixed; */
background-position:top center;
}


#oath {
width: 700px;
height: 1150px;
font: 12pt arial;
font-weight:bold;
color: #0000A0;	
text-align: left;
margin-top:40px;
margin-left:40px;
margin-right:20px;
margin-bottom:30px;
}


td {
        font-family: Georgia, Verdana, Arial;
	font-size:10pt;
	font-weight:bold;	
}


#title {
font: 20pt arial;
font-weight:bold;
color:#0000A0;	
text-align: center;
margin-bottom:40px;
}



