/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-image:url('p6.png');
	overflow: auto;
	font-size: 12px;
	border-color: #330033;
	text-align:left;
	margin-top:0px;
	
	
	background-repeat: repeat;
	
}

tr, td {
	background-color: #FFACFE;
}

p {
	margin:10px;
}

a {
	font-size: 12px;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
	margin:10px;	
}

h1 {
	font-size: 16px;
	color: #000000;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

.navigation {
	background-image:url('links.jpg');
	background-position: center 50%;
	background-repeat:no-repeat;
	color: #ffffff;
	text-align:center;	
	text-decoration: none
}

		.navigation a:link{
			color: #000000;
			
		}
		
		.navigation a:hover{
			color: #000000;
		}	

blockquote {
	background-color:#CEC9EB;
	padding: 2px;
}

#content {
	background-color:#FFFFFF;
	width:749px;
	height:450px;	
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:left;

}