/*Style for NWActs Site*/

a{
	text-decoration: none;
}

h1,h2,h3{
	font-family: Verdana, Geneva, sans-serif;
	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*/
}

p{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-size: small;
	
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:large;
	color:#000000
}

a:link {color: red;}

a:visited {color: blue;}

a:hover {text-decoration: none;
	color: white;
	background-color: navy; }

a:active {color: aqua;
	background-color: navy;}
	
img {border: 1px solid black;}

li {
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

	

