@charset "UTF-8";
/* CSS Document */

/* BASICS */
* {margin:0; padding:0;}

body {
 margin: 0px;
 padding: 0;
 font-family: "Lucida Grande";
 color: #CCCCCC;
 background-color: #4A4A4A;
 font-size: 13px;
}

input {
 margin-right: 8px;
 font-size: 14px;
 color: #4A4A4A;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
}

p{
 line-height: 20px;
}

img {
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
}

.clearfloat {
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
 width: 0px;
}


/* LINKS */
a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
a:visited {
 color: #CCCCCC;
 text-decoration: none;
}
a:link {
 text-decoration: none;
}
a:active {
 color: #FFFFFF;
 text-decoration: none;
}
