body {
background-color: #ffffff;
cursor: default;
scrollbar-face-color: #ffffff; 
scrollbar-shadow-color:#FF61E7; 
scrollbar-highlight-color: #FF61E7;
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #ffffff;
}

a:link {
text-decoration: none;
font-weight: none;
color: #FF61E7;
cursor: w-resize;
}

a:visited {
text-decoration: none;
font-weight: none;
color: #FF61E7;
cursor: w-resize;
}
 
a:active {
text-decoration: none;
font-weight: none;
color: #cccccc;
cursor: w-resize;
}

a:hover {
text-decoration: line-through;
font-weight: none;
color: #FF61E7;
cursor: w-resize;
}

.head {
color: #FF61E7;
font-family: times new roman;
font-size: 26pt;
letter-spacing: -2px;
font-weight: bold;
line-height: 28pt;
text-decoration: none;
text-align: left;
}

.head2 {
color: #FF61E7;
font-family: times new roman;
font-size: 16pt;
letter-spacing: -1px;
font-weight: bold;
line-height: 18pt;
text-decoration: none;
text-align: left;
}

.box {
position: absolute;
top: 320px;
margin-left: 170px;
width: 200px;
border: 1px dashed;
border-color: none;
background-color: turquoise;
padding: 0px;
}

.content {
position: absolute;
top: 70px;
margin-left: 500px;
width: 200px;
border: 0px dashed;
border-color: none;
background-color: #cccccc;
padding: 0px;
}

.links {
position: absolute;
top: 100px;
margin-left: 400px;
width: 50px;
border: 0px dashed;
border-color: none;
background-color: #cccccc;
padding: 0px;
}

option, select {
font-family:arial; 
font-size: 7pt; 
color:#FFCCFF;
background-color: #cccccc;
}

.text {
text-align: justify;
color: #00000;
font-family: arial;
font-size: 7pt;
font-weight: none;
line-height: 7pt;
text-decoration: none;
}