/* text.css */

/* HEADER STYLES ################################################### */

h1 {
	font-size: 125%;
	padding: 0 0 10px 0;
	margin: 0px;
	text-transform:uppercase;
	color: #ffffff;
}

h2 {
	font-size: 105%;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	background-color: #0e69c6;
	text-transform:uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
}

/* LINK STYLES ################################################### */
a { 
	color: #80bffa;
	text-decoration: none;
	border-bottom: dotted 1.5px #80bffa;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: dotted 1.5px #ffffff;
}

/* PARAGRAPH STYLES ################################################### */
p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 15px;
	font-family: "trebuchet ms", "times new roman", times, serif;
	color: #cedeee;
}

/* TEXT STYLES ################################################### */
.active {
	color: #80bffa;
	background-color: #80bffa;
	outline: none;
}

.active:hover{
	color: #000000;
	background-color: #fef000;
	text-decoration: underline;
	outline:none;
}

.message {
	background-color: #ffffff;
	color: #0E69C6;
}
/* LIST STYLE #################################################### */

ul {
	font-size: 12px;
}


/* FOOTER ####################################################### */
#footernav a {
	color: #ffffff;
	text-decoration: none;
}

#footernav a:hover {
	color: #80bffa;
	text-decoration: none;
}