/* #FFF200;	yellow	*/
/* #D9D9ED;	sky blue at work */
/* #D6D7EF;	sky blue at home */
/* #223F9A;	dark blue text and header */


a {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #FFF200;
}


a:link {
	text-decoration: none;
}

ul {
	list-style-type: disc;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #FFF200;
}

h2 {
	font-family: Helvetica, Verdana ;
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-decoration: underline;
	/* font-style: italic; */
}


td {
	font-family: Helvetica, Verdana ;
	font-size: 14px;
	text-indent: 5px;
	font-color: #FFF200;
	vertical-align: top;
}

p#quote {
	font-family: Comic Sans MS, Helvetica, Verdana;
	font-size: 14px;
	font-color: #FFF200;
	font-style: italic;
	/* font-weight: bold; */
}

p#quoteby {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	font-color: #FFF200;
	text-indent: 50px;
	font-weight: bold;
}

img {
	top: 0px;
	text-decoration: none;
	border: 0;

}

img#header {
	position:absolute;
	left: 205px;
	top: 0px;
	border-bottom: red;
}

body#index {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	background-color: #FFF200;
}

body#index2 {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}


body#content {
	/* background-image:url(background.jpg); 
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment: fixed; */
	background-color: #223F9A; 
	font-family: Helvetica, Verdana;
	font-size: 14px;
	color: #FFF200;
}

body#header {
	background-color: #223F9A;
}

body#blank {
	background-color: #223F9A;
	/* background-image:url(backgroundtile.jpg); */
}