
body {
	color: #906;
	margin: 50px;
	background-color: #ffc;
	background-image: url(border.gif);
	background-repeat: repeat-x;
}

a:link {color: #93f;}
a:active {color: #f6f;}
a:visited {color: #636;}
a:hover {color: #c06;}

a.email:link {font-size: 10px; color: #603; }
a.email:active {font-size: 10px; color: #603; }
a.email:visited {font-size: 10px; color: #603; }
a.email:hover {font-size: 10px; color: #c06; }

h1 {
	text-align: center; 
	color: #969; 
}
h2 {
	color: #306; 
}
h3 {
	color: #999; 
}
h4 {
	color: #609; 
}
h5 {
	color: #f6f; 
}
h6 {
	color: #030; 
}

p {
	line-height: 120%; 
}

table {
	table-layout: fixed;
	width: 392px;
	float: left;
	border-width: 0;
}

th {
	text-align: center;
	padding-bottom: 3px;
	background-color: #ff9;
	width: 130px;
}

td {
	text-align: center;
}

td.al1 { 
	background-color: #ff9; 
	text-align: center;
	height: 10px;
}

td.al2 { 
	background-color: #ff9; 
	width: 10px;
}

td.al0 {
	width: 60px;
}

div#celtimg {
	float: left; 
	margin-right: 10px; 
}

/* this is a comment */

.left {float: left;}
.right {float: right;
font-size: 75%;}