* {
		margin: 0px;
		padding: 0px;
		border: 0px;
}

img {
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align: center;
}
body {
		margin: 50px auto;
		width: 1000px;
		font-family: "Trebuchet MS";
		font-size: 80%;
}
p {
		margin: 15px 0px;
}

h1 {
		font-size: 120%;
		letter-spacing: 4px;
		margin: 15px 0px;
		font-weight: normal;
		text-decoration: none;
}

a {
		color: red;
		text-decoration: none;
}

a:visited {
		color: red;
		text-decoration: none;
}

a:hover {
		color: red;
		text-decoration: none;
}

a:active {
		color: red;
		text-decoration: none;
}

#header {
		border-top: 2px dashed black;
		border-bottom: 2px dashed black;
		letter-spacing: 4px;
		padding: 0px 10px;
		text-align: right;
}

#content {
        padding: 0px 10px;
}

#footer {
		border-top: 2px dashed black;
		border-bottom: 2px dashed black;
		letter-spacing: 4px;
		padding: 0px 10px;
}

#awards {
		text-align: right;
		margin-top: 15px;
}	

