/* Fonts */

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2,
h3, h4, h5, h6, menu, ol, p, td, th, ul { font-family: "Times New Roman", Times, Georgia, serif; }

/* Tags */

body,td		{ font-size: 14px; }

a 		{ color: teal; font-size: 12px; text-decoration: none; }

a:hover		{ text-decoration: underline; }

/* Classes */

a.nav		{ font-size: 12px;
		  font-weight: bold;
		  color: black;
		  text-decoration: none; }
		  
a.nav:hover	{ color: silver;
		  text-decoration: none; }

.8px 		{ font-size: 8px; }

.10px 		{ font-size: 10px; }

.12px 		{ font-size: 12px; }

.14px 		{ font-size: 14px; }

.name		( font-weight: bold; }
