body { 
background-color: #d3d3d3; 
text-align: justify; 
cursor: default;
}
nav, nav a:link, nav a:visited, nav a:hover { 
font-family: century gothic; 
font-size: 10px; 
font-weight: bold;
letter-spacing: 4px;
text-decoration: none; 
text-transform: lowercase;
background-color: #808080; 
}
one a:link, one a:visited {
color: #ff5c8a; 
border-bottom: 1px dotted #ff5c8a;
}
one a:hover {
color: #ff5c8a; 
border-bottom: 1px solid #ff5c8a; 
}
two a:link, two a:visited {
color: #ffb35c; 
border-bottom: 1px dotted #ffb35c;
}
two a:hover {
color: #ffb35c; 
border-bottom: 1px solid #ffb35c; 
}
three a:link, three a:visited {
color:#faff5c; 
border-bottom: 1px dotted #faff5c;
}
three a:hover {
color: #faff5c; 
border-bottom: 1px solid #faff5c; 
}
iv a:link, iv a:visited {
color: #b0ff5c; 
border-bottom: 1px dotted #b0ff5c;
}
iv a:hover {
color: #boff5c; 
border-bottom: 1px solid #b0ff5c; 
}
five a:link, five a:visited {
color: #5cabff; 
border-bottom: 1px dotted #5cabff;
}
five a:hover {
color: #5cabff; 
border-bottom: 1px solid #5cabff; 
}
#con { 
position: absolute; 
top: 300px; 
left: 0px; 
background-color: #808080; 
font-family: century gothic;
font-size: 10px; 
font-weight: bold;
letter-spacing: 0px;
color: #c0c0c0;
text-align: justify; 
width: 510px;
padding: 5px;
border: none;
}
.head { 
font-family: impact; 
color: #87ceeb;
font-size: 26px; 
font-style: none;
font-weight: none; 
letter-spacing: 10px;
text-transform: uppercase; 
text-align: center;
padding: 2px;
border-bottom: 1px solid #87ceeb;
margin-top: 3px;
margin-bottom: 3px;
}
a:link, a:visited { 
font-weight: bold; 
text-decoration: none; 
color: #ffc0cb; 
letter-spacing: 1;
background-color: #696969;
}
a:hover { 
font-weight: bold; 
text-decoration: none; 
color: #dda0dd; 
letter-spacing: 1;
background-color: #696969;
cursor: help;
}
img { 
border: 5px solid #ffc0cb; 
}
img:hover { 
border: 5px solid #dda0dd; 
cursor: help;
}
.x-border { 
border: none; 
}
.x-border:hover { 
border: none; 
}
b { 
color: #b0ff5c;
letter-spacing: 1;
}
i { 
color: #faff5c;
letter-spacing: 1;
font-weight: bold;
}
input, textarea, select, button {
font-family: century gothic;
font-size: 10px;
font-weight: bold;
color: #ff5c8a; 
background-color: #eeeeee;
border-left: 13px solid #ffb35c; 
border-right: none;
border-top: none;
border-bottom: none;
margin: 0 auto;
padding: 5px;
}
input:hover, textarea:hover, select:hover, button:hover {
cursor: help;
}
table {
font-family: century gothic;
font-size: 10px;
color: #eeeeee;
font-weight: bold;
letter-spacing: 0;
width: 500px;
}