﻿* { margin: 0; padding: 0; }

html, body { 
	background: #fff;
	font: 15px/18px Georgia, Times, "Times New Roman", serif; color: #333;
}

p, ul, h2, h3 { margin: 0 0 18px 0; }
p { text-align: justify; }

a:link, a:visited { color: #aaa; text-decoration: none; }
a:hover, a:active { color: #fff; text-decoration: underline; }