h1  { text-align: center; }
h1 i { font-size: .8em; }

a:link               { color: #00FFFF; text-decoration :underline; }
a:visited          { color: #80FFFF; text-decoration :underline; }
a:hover           { color: #80FF00; text-decoration :none; }

body { 
	font-family: 'Lucida Grande', Arial, Helvetica, 'sans serif'; 
	font-size: 12px; 
	color: #FFFFFF;
	background-color: #800080;
}

p {
	font-family: 'times new roman',times,serif;
	font-size: 1.1em;
}

h2 { text-align: center; }

.t { font-family: 'times new roman',times,serif; } 