
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Navigation
# Layout
# Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a:hover   { 
    color: yellow;
    text-decoration:none;
}
a:link	  {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
a:active {
	color: yellow;
}
body {margin:0px}

H1 {font-family: times new roman; font-size: 17pt; color: #EABEBE}
H2 {font-family:arial; font-size: 14pt; color: #000080}
H3 {font-family: verdana; font-size: 12pt; color:  #000080}
H4 {font-family: verdana; font-size: 14pt; color:  #000080}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
	border: medium none red;
	padding: 0;
	margin: 0 0 0 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Background Color */
body {
	background-color: #FFFFFF;
	color: navy;
}


