/*
Site	police.weehawken-nj.us
File	wpdstyle.css
Desc	Master style sheet for web content
By		Al Berg
Date	5-30-2004 1530
*/

/*
General text properties
*/

.maintext  {
	color: black;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, Serif;
}

/*
Link properties for links inside text
*/

.maintext A:link {
	color: blue; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.maintext A:visited {
	color: blue; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
  
.maintext A:hover {
	color: red; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.maintext A:active {
	color: red; 
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

/* 
Section Headings 
*/

h1 {
	color: darkblue;
	font-size: 28px;
	font-family: Arial, sans-serif;
}

h2 {
	color: darkgreen;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, SansSerif;
}


/*
Link properties for the HOME link at the bottom of each page
*/

.gohome A:link {
	color: green;
	font-size: 18px;		
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.gohome A:visited {
	color: green;
	font-size: 18px;		
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.gohome A:active {
	color: red;
	font-size: 18px; 		
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.gohome A:hover {
	color: red;
	font-size: 18px; 		
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}