body { background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
a { color: #000099;
	text-decoration: none;
	}
a:hover { color: red;
	text-decoration: none;
	}
h4 { color: #000099;
	font-weight: bold;
	font-size: 13pt;
	}
#vertmenu { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin-left: 3px;
	margin-top: 5px;
	}
#vertmenu h1 { display: block;
	text-align: center; 
	background-color:#ecb9ec;
	font-size: 8%; 
	padding: 3px 0 5px 3px;
	border: 0px solid #000000;
	color: #333333;
	margin: 0px;
	width: 160px;
	}
#vertmenu ul { list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#currentPage { font-weight: bold;
	background-color: #eeeeee;
	}
#vertmenu ul li { margin: 0px;
	font-size: 80%;
	border-bottom: 1px dashed #C39C4E;
	padding: 0px;
	}
#vertmenu ul li a { display: block;
	text-decoration: none;
	padding: 5px 0px 2px 0px;
	color: #666666;
	width: 160px;
	}
#vertmenu ul li span { display: block;
	text-decoration: none;
	padding: 5px 0px 2px 0px;
	color: #000000;
	width: 160px;
	}
#vertmenu ul li a:hover, #vertmenu ul li a:focus { color: #000000;
	background-color: #eeeeee;
	}
#upDate { font-size: 80%;
	width: 150px;
	color: #666666;
	display: block;
	text-align: center;
	margin-left: 8px;
	margin-top: 5px;
	}
#content { position: absolute;
	width: 620px;
	border: 0px solid black;
	top: 25px;
	left: 190px;
	}
#content3 { position: absolute;
        width: 620px;
	border: 0px solid black;
	top: 25px;
	left: 190px;
	}
#mainPanel { width: 320px;
	}
#extra { position: absolute;
	padding: 5px;
	background-color: #eeeeee;
	border: 2px solid black;
	width: 220px;
	top: 15px;
	left: 530px;
	}
#extraIndex { position: absolute;
	padding: 5px;
	background-image:url("../images/postIt.jpg");
	background-repeat: no-repeat;
	background-color: white;
	height: 310px;
	width: 270px;
	top: 15px;
	left: 480px;
	}
#indexPostit { position: absolute;
	top: 85px;
	left: 55px;
        width: 180px;
	}
#buttonForm { text-align: center;
	}
.shade { background-color: #ffffcc;
	font-weight: bold;
	}
#puzzle { position: relative;
	top: 0px;
	}
#puzzleBG { position: absolute;
	top: 38px;
	}
.colred { color: red;
	}