/* set default */
body { font-size: 14px; }
@media screen {
	body { font-size: 14px; }
}
@media tv {
	body { font-size: 20px; }
}

/* --- actual rules here --- */
html { background: #3b3b3a; color: #eee; margin-top: 0px; }
body { font-family: sans-serif; margin: 0px auto; width: 95%;
	line-height: 1.5; }

a { text-decoration: none; color: #b9d199; }
a:hover, a:focus { color: #ff810a; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }
/*strike a, strike a:link { color: #a9c3c4; }*/

img { border: 1px solid #333; margin: 0px; }


