body { 
	align:center;
	padding:1px;
	margin:2px;
	border:0px;
	background-color:white;
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:medium;
	color:purple;
	text-align:center;
	line-height: 120%; 
}

/* ==== links ===== */

/* unvisited link */
a:link { color:darkblue; text-decoration:underline; font-weight:bold; background-color:Bisque; }

/* visited link */
a:visited {font:arial; color:darkred; text-decoration:underline; font-weight:bold; background-color:aqua; }

/* mouse over link, a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
a:hover { background-color:black; color:#ff3333; text-decoration:none; font-weight:bold; background-color:yellow;}

/* selected link, a:active MUST come after a:hover in the CSS definition in order to be effective!!*/
a:active { color:black; text-decoration:none; font-weight:bolder; background-color:white;}

div { align:center; }
div.center { align:center; text-align:center; }
div.text { margin:10px; text-align: left; color:black; font-size: 14pt; line-height: 120%; text-indent:20px; }

h2 { text-align:center; color:black; background-color:aqua; font-size:20pt; line-height:110%; }


p.links { text-align:center; align:center; margin:5px; line-height: 70% }
p.heading1 { text-align: center; color:green; font-size: 42pt; line-height: 80%; }
p.heading2 { text-align: center; color:green; font-size: 18pt; line-height: 80%; }


.photo a:link { color:#0000ff; text-decoration:none; font-weight:medium;  background-color:white; }
.photo a:visited { color:#ff3333; text-decoration:none; font-weight:medium;  background-color:white;}
.photo a:active { color:black; text-decoration:none; font-weight:bolder; background-color:white;}
.photo a:hover { background-color:black; color:#ff3333; text-decoration:none; font-weight:bold; background-color:yellow;}

.photo h2 { text-align:center; color:black;  font-weight:normal; background-color:#ffa060; font-size:22pt; line-height:110%; }
.photo p { text-align:center; align:center; margin:5px; line-height: 70% }
.photo table { margin:1px; valign:top; background-color:#ffa060; }

.photo caption { 
	text-align:center;  
	font-weight:normal;
	font-size:22pt;
	line-height:120%;
	background-color:#ffa060;
}

table.linkRTWev {
	align:center;
	background-color:white;
 	valign:middle;
	cellpadding:1px;
	cellspacing:1px;
}

table.clock {
	align:center;
	background-color:white;
 	valign:middle;
	cellpadding:1px;
	cellspacing:1px;
	font-weight:bold;
	color:red;
}

table.board { test-align:left; width:650; background: aqua;}
table.board:tr { width:650; }
table.board:td { text-align:left; color:red; font-size: 12pt; }


