<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS RichardK's Research main style */

/* body */
body{
	padding: 0;
	margin: 0;
	font-family: Courier New;
	font-size: 18px;
	background-color: #C6CFD0;
}

body a{
	color: Blue;
}

/* top_banner */
#top_banner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: url(../pictures/banner.jpg);
}

/* menu_top */
#menu_top{
	position: absolute;
	top: 83px;
	left: 50px;
	word-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}

/* menu_left */
#menu_left{
	position: absolute;
	top: 200px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #B7B7B7;
}

/* content */
#content{
    position: absolute;
    top: 150px;
    left: 200px;
}
#content h1{
	font-size: 50px;
	font-style: oblique;
}
#content h2{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#content h3{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}</pre></body></html>