﻿/*This is the style sheet for the exciting tv shows web page. Chris Ennis.*/
body{
	background-color:#66FFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FF0000;
}
p.italic {
	font-style: italic;
}
#footer {
	font-size: small;
	text-align: center;
	border: medium outset #0000FF;
}
.style1 {
	font-family: "Times New Roman";
}
