body {
	background-color: #EFEFEF;
	color: #444;
        font: 12px Verdana,Arial, Helvetica, sans-serif;
        margin: 10px auto;
        width:350px;
}

a#grty {
	text-decoration:none;
	color: #222;
	background-color: #CCC;
	padding: 3px;
}

a:hover#grty {
	color: #EFEFEF;
	background-color: #444;
}

a:visited#grty {

}

#header h1 a {
	text-decoration:none;
	color: #444;
}

#title {
	font-size: 2.4em;
	color: #444;
	margin-bottom: -2px;
}

#slogan {
	font-size: 0.9;
	letter-spacing: 3px;
	color: #555;
	margin-left: 15px;
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	color: #555;
}

textarea {
	font-size: 1.1em;
	color: #666;
	padding: 5px;
}

#counter {
	color: #EE1111;
	font-weight: bold;
}

#instructions {
	padding: 5px;
	margin-left: 25px;
	border-left: 1px dotted #444;
}

#instructions h3 {
        font-size: 1.2em;
        font-weight: normal;
	color: #444;
}

#instructions blockquote {
	color: #5555DD;
}

#links {
	margin: 25px;
}

#links a{
	text-decoration: none;
	font-size: 2em;
	color: #444	
}

#links a:hover{
	text-decoration: underline;
}
