/*
Author: Scott Carswell
Student #: A00200250
Date: December 10, 2010
Assignment: Final project
--------------------*/

body {
	background-image:url("images/slick.jpg");

	}

.content {
	font-family: sans-serif;
	}
	.content h5{
			font-size: 1.0em;	
			}
	.content h1{
			font-size: 180%;	
			}
	.content h2{
			font-size: 1.4em;	
			}
	.content li{
			font-size: 1.0em;	
			}
	.content p{
			font-size: 1.0em;	
			}

	.content a:hover {
		color: red;

		}



#footer {

	}
		#footer p{
			color: white;
			font-size: 0.8em;
		}

		#footer h5{
			color: white;
			font-family: sans-serif;
			font-size: 0.7em;
			font-weight: bold;
			text-align:center;
		}

		#footer a:link {
			color: white;
			font-size: 2.3em;

		}
		
		#footer a:visited {
			color: white;
		}

		#footer a:hover {
			color: red;

		}
}

#navp {

	}
	
		#navp h5{
			color: white;
			font-family: sans-serif;
			font-size: 2.2em;
			font-weight: bold;
			text-align:center;
		}

		#navp a:link {
			color: white;
			font-family: sans-serif;
			font-size: 2.2em;
			font-weight: bold;
			text-align:center;

		}
		
		#navp a:visited {
			color: white;
			font-family: sans-serif;
			font-size: 2.2em;
			font-weight: bold;
			text-align:center;
		}

		#navp a:hover {
			color: red;
			font-family: sans-serif;
			font-size: 2.2em;
			font-weight: bold;
			text-align:center;

		}
}
.content p em {
	font-family: Tahoma, Geneva, sans-serif;
}