/* Main style sheet for Graphics Design */


body {background: white; background-image:url(images/pagebckg.jpg);}

p {font-size: 11pt; color: black; font-family: Arial, sans-serif;}

h1 {font-size: 14pt; color: blue; font-family: Arial, sans-serif; font-weight: bold;}

a:active {color: green; text-decoration: none}
a:hover {color: orange;
text-decoration: underline;}
a:visited {
	color: #6633FF;
	text-decoration: underline;
	font-weight: bold;
}
