@charset "utf-8";
/* CSS Document */

p, h1, h2, h3 {
	padding:0;
	margin: 0;
}

h1, h2 {
	padding-top: 20px;
	line-height: 30px;
		}

h1, h2 {
	text-align: center;
	}
	
h1 { font-size: 26px;
	}
	
h2 { font-size: 20px;
	}
	
h3 { font-size: 16px;
	}
	
h2.left {
	text-align: left;
	padding: 0 0 10px 0;
	}
	
a:link { 
	color: #000080;
	text-decoration: none;
	}
a:visited { 
	color: #000080;
	text-decoration: none;
	}
a:hover { 
	color: #000080;
	background-color: #ffff00;
	text-decoration: none;
	}
a:active { 
	color: #000080;
	text-decoration: none;
	}
	
.bigBold {
	font-size: 16px;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}
	
.boldItalic {
	font-style: italic;
	font-weight: bold;
	}

