<style type="text/css">

/* GTFO my CSS. */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 50%;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
width: 100%;
list-style-type: none;
font: normal 90% 'Segoe UI', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 0px;
width: 50%; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 0px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
width: 50%;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 0px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

h1 {
	font-family: 'Segoe UI', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:18px;
	color:#000000;
}

.textuse {
	width:50%;
	background-color:#FFF;
	display:block;
	padding: 10px;
	text-align:justify;
	font-family: 'Segoe UI', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:14px;
}

.regtext {
	font-family: 'Segoe UI', 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:14px;
}

.secret a:link, secret a:visited, secret a:hover, secret a:active {
	color:#FFF;
	width:200px;
	
}
