/* 
	Style.css

	This is a file used to setup constant style attributes 
	for the entire website. Each page references this file 
	and in this way it will create a common look and feel 
	throughout the website.

	Created By: Brad Ginter
*/

/* Body Attributes */
BODY {background-image: url(./Pictures/background.gif)}

/* Link Attributes */
A {text-decoration:underline}
A:LINK {color:black}
A:VISITED {color:black}
A:HOVER {color:Blue}

