/*
Style for NWActs Site
*/

a {font-weight: bold; text-decoration: none;}

h1,h2,h3{
	font-family: tahoma;
	line-height: 125%;
	padding: 0;/*zero instructs the browser to ignore its default padding and give none*/
	margin: 20;/*zero instructs the browser to ignore its default margin and give none*/
}
body{
	font-family:tahoma,arial,sans-serif;
	font-size:large;
	color:#000000
}

a:link {color: #F08080;}

a:visited {color:gray;}

a:hover {text-decoration: none;
	color: white;
	background-color: navy; }

a:active {color: aqua;
	background-color: navy;}