/* style.css, a stylesheet for Rdwarf.net Internet Services */
/* written by Collie Collier of Laughing Collie Publications */
/* <www.laughingcollie.com> */

body {							/* DEFAULTS */
	background-color: #ffffff;
		/* white */
	font-family: Arial, sans-serif;
	color: #000000;
		/* black */
	}

.standard {
	margin-left: 23%;
	margin-right: 20%;
	}

.questions {
	color: #0000cd;
		/* mediumblue */
	text-align: center;
	}

.sidebar {
	float: left;
	font-size: 90%;
	margin-left: 1%;
	}

.testimonial {
	font-size: 90%;
	color: #2f4f4f;
		/* darkslategray */
	float: right;
	width: 19%;
	background-color: #f5f5f5;
		/* whitesmoke */
	border: solid;
	border-width: thin;
	border-color: #483d8b;
		/* darkslateblue */
	padding: 8px;
	}

.testimonialleft {
	font-size: 90%;
	color: #2f4f4f;
		/* darkslategray */
	float: left;
	width: 19%;
	background-color: #f5f5f5;
		/* whitesmoke */
	border: solid;
	border-width: thin;
	border-color: #483d8b;
		/* darkslateblue */
	padding: 8px;
	}

.bottomnav {
	text-align: center;
	font-size: 90%;
	color: #2f4f4f;
		/* darkslategray */
	}


h1 {							/* HEADERS */
	font-size: 150%;
	text-align: center;
	color: #483d8b;
		/* darkslateblue */
	}

h2 {
	font-size: 120%;
	color: #483d8b;
		/* darkslateblue */
	}

h3 {
	font-weight: bold;
	color: #483d8b;
		/* darkslateblue */
	}

a:link {						/* LINKS */
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}


.copyright {					/* COPYRIGHT */
	text-align: center;
	font-size: 80%;
	color: #696969;
		/* dimgray */
	}
