/*page1 css used for pages right after index*/

body {	
	background-color:black;
	align:center; 	
}


#container {
	background-color: black;
	align: center;
	margin: 15px auto;
	padding: 0px;
	width: 798px;
}


#main {
	text-align: center;
	font-size: 10pt; 
	font-family: georgia, serif; 
	color: rgb(255,255,255);
	letter-spacing: 2; 
	width: 798px;
}

#title {
	font-family: Georgia, serif; 
	font-size: 25pt;
	color: rgb(255,255,255);
	line-height: 50px;
	text-align: center;
	width: 798px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}


#address{
	font-family: Georgia, serif;
	font-size: 10pt;
	color: rgb(255,255,255);
	line-height: 30px;
	text-align: center;
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	width: 798;
}

a:link {color: rgb(255,255,255); text-decoration: underline}
a:visited {color: rgb(255,255,255); text-decoration: underline;}
a:hover {color: rgb(12,12,255);}
a:active {color: white; text-decoration: underline;}


