/**
* basic.css
*/


/**
* RESET SOME BASIC STYLES
*
* style everything to point zero.
*/
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
ul, ul ul, ol, ol ol, h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; }
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

legend { display:none; }

ul {
	margin: 0;
	padding-left: 20px;
}

html, body, p	{
	margin-bottom: 0;
	padding: 0;
}


/**
* THE STANDARDS
*
* some basic styles
*/
.alleft {
 text-align: left;
}

.alcenter {
 text-align: center;
}

.alright {
 text-align: right;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.clboth {
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}


/**
* THE COLORS
*
*/
body {
	color: #000;
	background: #fff;
}

a {
	color:#ff0000;
}
a:active {
	color:#ff0000;
}
a:hover {
	color: #ff8080;
}

body {
  font-size: 62.5%; /* Resets 1em to 10px */
}