/*************************************************
	style.css
	External style sheet
**************************************************/

table { background: yellow none }

body { background: darkblue none }

h1 {font-size: 40;
	text-align: center;
	text-decoration: underline }

h2 { font-weight: bold;
	font-size: 30;
	text-align: center;
	text-decoration: underline }

td {text-align: center }

a:hover { color: red; 
	font-weight: bold }

.links_left table { width: 90px }
.links_left td { height: 60px; text-align: center }

.info_area table {background: white }
