@import url("reset.css");
@import url("hacks.css");

@media all {

/* ------------------------------- */
/* STANDARD HTML TAG DEFINITION
/* ------------------------------- */

	body,
	form, input, textarea,
	small{
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	h1, h2, h3{
		font-family:Arial, Helvetica, sans-serif;
	}

	a, a:hover{
		text-decoration:none;
		border-bottom:1px solid;
	}
	
	a:link, a:visited{
		color:#3366CC;
		border-bottom-color:#C5D3F1;
	}
	
	a:hover{
		border-bottom:1px solid #3366CC;
	}
		
	h1, h1 a {
		font-size:14px;
		border-bottom-width:2px;
	}
	
	h2 {
		font-size:13px;
	}

	pre, span.code{
		font-family:"Courier New", Courier, mono;
	}	
	
	pre {
		font-size:12px;
		border:1px solid #E6E6E6;
		padding:5px;
		width:520px;
		margin: 0;
		overflow: auto;
	}
	
	textarea {
		padding:5px;
		border-width:1px;
		border-style:solid;
		border-top-color: #CCC;
		border-right-color: #E6E6E6;
		border-bottom-color: #E6E6E6;
		border-left-color: #CCC;
		display:block;
		width:740px;
		height:100px;
	}
	
	small {
		margin-top: 1em;
		display: block;
		color: #666666;
		font-size:9px;
	}
}