<!--
BODY{
	margin: 20px;
	color: Black;
}

					/*Links Attributes*/

a:link{
	color: White;
	font-size: 12pt;
	font-weight: Bold;
}

a:visited {
	color:#FAF0E6;
}

a:active {
	color:#FAF0E6;
}

a:hover{
	color: Yellow;
}

h1 {
	font-size: 18pt;
}

h2 a:hover{
	color: Yellow;
}

h3{
	font-size: 16pt;
}

.main a{
	margin: 2px;
	color: White;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
	
.main a:hover{
	color: Yellow;
}

					/*Pictures Attributes*/
#banner-back {
	height:200px;
	background: url('images/textures/stars1.gif'); z-index: 1;
	background-repeat: repeat
}

#banner {
	background: url('images/skyline.jpg') no-repeat center;
	z-index: 2;
}

.main {
	background: url('images/textures/stars1.gif');
	z-index: 1;
}

#content {
	margin: 20px 20px 20px 20px;
	background: url('images/textures/stars2.gif');
}

					/*Text Attributes*/

h1{	
	text-align: left;
	font-family: Britannic Bold; 
	font-weight: bold;
	font-size: 22pt;
	color: White;
	margin: 5px;
}

h2{
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: White;
	margin: 5px;
}

h3{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pt;
	color: Black;
	margin: 5px;
}

p{
	font-weight: bold;
}