body
  	{
	background-color:#8ff;
	font-size:75%;
	font-family:"Century Gothic",sans-serif;
	}

table 
	{
	border:0px none;
	cellspacing:3;
	width:100%;
	text-align:center
	}

p	{
	text-align:center;
	}

.cridge	
	{
	width:100%; 
	border: 3px ridge blue;
	}

.even	
	{
	background-color:#0dd;
	}

.ridge
	{
	width:90%;
	margin:auto;
	border: 3px ridge blue;
	}

.odd
	{
	background-color:#0ff;
	}

.left
	{
	text-align:left;
	padding-left:2em;
	}

#title
	{
	font-size:100%;
	width:600px;
	margin:auto;
	font-weight:bold;
	}

.rt
	{
	text-align:right;
	}

th
	{
	background-color:#CCF;
	}