body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#000;
	font-size:80%;
	}

.title {
	font-size: 200%;
	color: #006;
}
h1,h2 {
	margin-left: 20px;
	/*margin-right: 20%; setting right margin to % width*/
	margin-top: 0;
	margin-bottom: 0.7em; /*setting bottom margin to fraction of text size*/
}
h1,h2 {
	color: #0292DB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
		font-size: 200%;
		margin-top: 30px;
}
h2 {
	font-size: 100%;
}
p {
	margin-left: 5px;
}

/*default link styles*/
/*pseudo class*/
/*important to put the states in this order */
a {
	color: #909;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;  
	color: #000099;
}


/* setting ids are more specific than using classes*/


.tablehead {
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #0292DB;
}
.tableheadup {
	border-top-width:  1px;
	border-top-style: solid;
	border-top-color: #0292DB;
}
.tableright {
	border-right-width:  1px;
	border-right-style: solid;
	border-right-color: #0292DB;
}
.tableleft {
	border-left-width:  1px;
	border-left-style: solid;
	border-left-color: #0292DB;
}
.tablefoot {
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #0292DB;
}
.tablefootright {
	border-bottom-width:  1px;
	border-bottom-style: solid;
	border-bottom-color: #0292DB;
	border-right-width:  1px;
	border-right-style: solid;
	border-right-color: #0292DB;
}
#footer {
		margin-top: 50px;
		padding-top: 10px;/*adds space under the line*/
		border-top: solid 1px #0292DB;
		text-align: center;
}
.quote {
	color:#0292DB;
	font-size:130%;
	font-weight: bold;
}
li {
	color:#0292DB;
}
.date {
	color:#396;
	font-weight: bold;
}
.blue_bold {
	color:#069;
	font-weight: bold;
}
.blue {
	color:#069;
}
.red {
	color: #F00
}