/* CSS for website
/*divs elements */

body {
	font-family : times;
	}

h1 {
	font-family : arial, helvetica, sans-serif;
	font-size: 120%; 
}

h2 {
	font-family : arial, helvetica, sans-serif;
	font-size: 100%; 
}

a:link,  a:visited {
	font-weight : bold; 
	text-decoration : none; 
	color : #3300CC;
	} 

a:hover , a:active {
	font-weight : bold; 
	text-decoration : none; 
	color : #FF0000; 
	}

