/***********************************************/
/* honours.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:90%;
	letter-spacing:0.05em;
	background: #cccccc url("grad.jpg") fixed;

}

html { overflow: -moz-scrollbars-vertical !important; }


.style1 {
	font-family: impact;
	font-size: 14pt;
}

.style2 {
    font-weight: bold;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:active {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

/********************* end **********************/
