/* CSS Document */<STYLE type="text/css">/*links properties*/a:active {text-decoration: underline;		 color: #ffffff}a:visited {text-decoration: underline;    		color: #ffffff}a {text-decoration: underline;   		color:#ffffff}a:hover {text-decoration: underline; 		color: #ffffff; 		background-color: #ff0000;		font-style: italic} /*Course Name*/span.heading {font-size: 30pt; 		  font-weight: bold; 		  color: #ffffff; 		  font-family: arial, helvetica, sans serif}/*Course Year*/span.year {font-size: 20pt; 	   font-weight: bold; 	   color:#ffffff; 	   font-style: italic}	   /*Headings*/span.h2 {font-size: 15pt;	 font-family: arial}	 /*document headings*/span.h3 {font-size: 12pt;		font-family: arial;		color: #ff0000;		font-style: italic;		font-weight: bold}	 /*contact info*/span.contact {font-size: 8pt;			 font-family: arial;			 font-variant: small-caps;			 color: #ffffff}	/*body characteristics*/		body {background-color: transparent;	 background-image: url(images/flag.jpg);	 background-attachment: fixed;	 background-repeat: repeat;	 color: #ffffff}	</STYLE>