/* redefine tags */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEE8A3;
	margin: 0;
}
p {
	color: #1B6497;
}
font {
	font-size: 14px;
	color: #1B6497;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #1B6497;
	width: auto;
}
h2 {
	color: #1B6497;
}
h3 {
	
	font-size: 10px;
	color: #267CC9;
}

/* classes */
.header {
	background-color: #3399FE;
	color: #fff;
}
.header p {
	color: #fff;
	font-size: 16px;
}
.large {
	font-size: 120%;
}
.quotation {
	font-style: italic;
	font-weight: bold;
	color: #CC6633;
}
.unnamed1 {
	background-color: #FEE8A3;
}
.border_all {
	border: 1px solid #C0C0FF;
}
.border_right {
	border-right: 1px solid #C0C0FF;
}
.border_top {
	border-top: 1px solid #C0C0FF;
}

/* links */
a {
	font-weight: bold; 
}
a:link , a:visited {
	color: #CC6633;
}
a:hover, a:active {
	color: #0000FF;
}