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





/*
 * GLOBAL TAG MODIFIERS
 *
 * Note that body needs "text-align: center;" in order to make the page
 * containers sit center.  Thus each child container needs, at top level,
 * "text-align: left;".
 */

body, html {
	margin:			0;
	padding:        0;
	width:			100%;
}


body {
	background:		#13163D;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		.8em;
	color:			black;
}


p, li, ul, ol, blockquote {
	line-height:	1.5em;
	word-spacing:	5px;
}

label {
	font-weight:	bold;
}




/*
 * GLOBAL LINK STYLES
 */
 
a {
	text-decoration:none;
}

a:link {
/*	color:			#4C94BD; Favoring a darker scheme*/
	color:			#3A789C;
}

a:visited {
/*	color:			#CB727F; */
	color:			#BD4C5D;
}

a:hover {
	color:			#51AF41;
	text-decoration:none;
/*	border-bottom:	1px dotted #51AF41; */
}


