@charset "utf-8";

body
{
background-color: gray;
margin: 36px auto;
width: 90%;
font-family:arial,sans-serif;
}

#h1
{
	max-width: 1300px;
	margin: auto;
}

h1
{
	margin: 0px;
	width:100%;
	text-align: center;
	
}

h1.header, h2.header
{
	color:firebrick;
	text-transform: uppercase;	
}

#h2
{
	margin-top: 50px ;
	max-width: 1300px;
}

h2
{
	
	width:100%;
	text-align: left;	
	
}
 
.text
{
	color:green;
	font-size: 20px;	
}

#links
{
	text-align: center;
	font-size: 20px;
	color: blue;	
	margin-top:300px;
}

a:link
{
	color: blue;
	text-transform: uppercase;
	text-decoration:underline;
}

a:visited
{
	color:red;	
	text-transform: uppercase;
}
