﻿@media all 
{
	html, body { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; height: 0%; margin: 0px; padding: 0px; text-align: center; }
	#Wrapper { width: 600px; }
	h1 { font-size: 18px; text-align: center; }
	a { color: #44d; font-size: 13px; text-decoration: none; }	
	ol li { font-size: 13px; margin: 0px 0px 10px 0px; text-align: left; }
}
@media screen 
{
	a:hover { color: #00f; text-decoration: underline; }
}
