body {
   background-color: #ffffff;
   scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #695EBE;

padding: 0px;
   color: #ffffff;
   font-family: tahoma;
   font-weight: normal;
   font-size: 10px;
   background-color: #ffffff;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#695EBE;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#B7B8DD;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #FFFFFF;
     color: #8C86B9;
     width: 600px;
     padding: 0px;
     border: 5px solid #FFFFFF;
     text-align: justify;
     cursor: default;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #FFFFFFF;
	color: #8C86B9;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#9B3350;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#9B3350;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.content {
     background-color: transparent;
     color: #8C86B9;
     font-family: tahoma;
     font-weight: normal;
     font-size: 11px;
     text-align: justify;
     padding: 0px;
     border: 0px;
      width: 87%;
     margin-right: auto;
     margin-left: auto;
}
.title {
     background-color: transparent;
       font-weight: bold;
       font-size: 14px;
     color: #D4D4E2;
     font-family: tahoma;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 border-bottom: 1px solid #ffffff;
}


ul {
   list-style-type: square;
}
