body {
	background-color: #fff;
	margin: 10px 0px 10px 0px; 
	text-align: center;
	}

#page {
	display: block;
	width: 800px; 
	background-color: #fdf7f1; 
	visibility: visible;
	border-color: #f00; 
	border-width: 2px;
	border-style: solid;
	font-family: Arial, Verdana, Geneva, sans-serif;
   text-align: center;
   color: darkblue;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	height: auto; 
	}

#header {
	display: block; 
	visibility: visible; 
	width: 790px;
	position: relative;
	height: 55px;
	border-width: 0px; 
	border-style: solid;
	border-color: #F00;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: transparent;
	font-family: "comic sans ms", Arial, Verdana, sans-serif;
	color: darkblue; 
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	float: left; 
	}

#navbar {
   display: block;
	visibility: visible;
	position: relative;
	width: 790px;
	background-color: transparent;
	margin: 0px 0px 20px 1px;
	border-width: 0px;
	border-color: #f00;
	border-style: solid;
	height: 16px;
	font-family: "comic sans ms"; Arial, Verdana, sans-serif;
	font-size: 14px;
   font-weight: 500; 
	color: #336;
	word-spacing: 0.5em; 
	text-align: center;
	float: left;
	}

#navbar2 {
   display: block;
	visibility: visible;
	position: relative;
	width: 790px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-color: #f00;
	border-style: solid;
	height: 25px;
	font-family: "comic sans ms"; Arial, Verdana, sans-serif;
	font-size: 14px;
   font-weight: 500;
	color: #336;
	word-spacing: 0.5em; 
	text-align: center;
	float: left;
	}

#box1 {
   width: 160px;
	height: auto;
 	position: relative;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 20px;
	font-family: "comic sans ms"; Arial, Verdana, sans-serif;
	color: #ff0000;
	font-size: 12px;
	border-color: #F00;
	border-width: 4px 4px 4px 4px;
	border-style: double;
	}
	
.topgif {
   font-family: arial, verdana, geneva, sans-serif;
   font-size: 10px;
   }

#list { 
   display: block; 
	float: left;
	visibility: visible; 
	width: 370px;
	margin-left: 10px; 
	margin-right: 20px;
	height: auto;    
	background-color: transparent;
	border-width: 0px;
	font-family: "Times new Roman", times, serif; 
	font-size: 15px;
	font-weight: 500;
	color: #a00;
	text-align: left;
   } 

h1 {
	font-size: 25px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #f00;
	font-weight: 500;
	}

h2 {
   font-size: 17px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #009;
	}

h3 {
	font-size: 15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #009;
	}

h4 {
   font-size: 15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: darkblue;
	}
	
h5 {
   font-size: 12px;
	font-family: "comic sans ms", Arial, Verdana, Geneva, sans-serif;
	color: darkblue;
	}
	
p {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px;
  color: #009;
  }

.redtext {
  font-family: "comic sans ms";
  font-size: 13px;
  font-weight: 200;
  color: #f00;
  }

.redtext2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 300;
  color: #a00;
  }
	
.col1 {
   display: block;
	float: left;
	visibility: visible;
	width: 200px;
	margin-left: 20px;
	margin-right: 10px;
   height: auto;
	background-color: transparent; 
	border-width: 0px;
	border-color: #f00; 
	border-style: solid;
	font-family: "comic sans ms", arial, serif;
	font-size: 13px;
   font-weight: 500;
	line-height: 20px;
	color: #f00;
	text-align: right;
	}
	

.col2 {
	display: block; 
	float: left; 
	visibility: visible; 
	width: 370px;
	margin-left: 10px;
	margin-right: 20px;
	height: auto; 
	background-color: transparent;
	border-width: 0px;
	border-color: #f00; 
	border-style: solid;
	line-height: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: darkblue;
	font-weight: 500;
	text-align: left;
}

.horzspace {
	clear: left; 
	display: block; 
	visibility: visible; 
	width: 650px; 
	height: 1px; 
	background-color: transparent; 
	}

.row { 
	font-size: 10px;
	height: auto;
	background-color: transparent;
	position: relative;
	text-align: left;
	clear: both;  
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 650px;
	visibility: visible;
	display: block 
	}
	
a:link {
	color: #F00; 
	background-color: transparent; 
	text-decoration: none;
	}
	
a:visited {
	color: #F00; 
	background-color: transparent; 
	text-decoration: none;
	}
	
a:hover {
	color: #699; 
	background-color: transparent; 
	text-decoration: underline;
   }

a:active {
   color: #900;
	background-color: transparent;
	text-decoration: underline;
   }
	
.bold {
	font-weight: 600;
	}

#text {
   position: relative;
   height: 670px;
   width:360px;
	overflow: scroll;
	margin: 5px 5px 0px 10px;
	border-width: 0px;
	border-color: #f00;
	border-style: double;
	float: left;
	font-family: "Times new Roman";
	font-size: 15px;
	font-weight: 400;
	color: #A00;
	text-align: left;
	line-height: 1.5em;
	}

#comment {
   position: relative;
   height: 670px;
	width: 410px;
	overflow: scroll;
	margin: 5px 5px 0px 10px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: darkblue;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.5em;
	float: left;
	}

sup {
   font-family: "Times new Roman", Times, serif;
	font-size: 12px;
	color: #f00;
	}	
	
.topgif {
  font-family: arial, verdana, geneva, sans-serif;
  font-size: 10px;
  }


