/* This is to set the normal font values for these pages. */
body, td, th, blockquote, dl, ul, ol {
    background: white url(http://www.dicksonhome.net/fountain.jpg);
	<!-- color: #000000; -->
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 100%}

/* This is to define header style */
.headerstyle {
	float: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: center;
	padding-left: 0%;
	padding-bottom: 0%;
	width: 100%	}

/* This is to define menu area. */
.menustyle {
    background: #33FFFF;
	float: left;
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: left;
	padding-left: 0%;
	padding-bottom: 0%;
	width: 20% }
	
/* This is to define content area. */
.contentstyle {
    width: 78%;
    padding-left: 5%;
    padding-right: 0%; 
    border-left: thin solid #F3E9ED }
	
/* This is for a solid paragraph background. */
.lightbk {
    background: #33FFFF}
	
/* This is to define link attributes. */		
a:link {color: #0000FF}

a:visited {color: #FF00FF}

a:hover {color: #00CCFF}

a:active {color: #FF0000}

/* This defines grouped link attributes. */
.linklist {
    font-size: 90%;
    text-align: center}

/* End of style section. */
