/*
CSS for Grove Rose Bowl results
*/

body {
    font-family: helvetica,arial,sans-serif;
    font-size: 100%;
    background-color: #FFFFCC;
    text-align: center;
}

h1 {
	
		width: 7em
		padding: .3em;
		margin-bottom: .3em;
		color: #CC0033;
		border-style: outset;
		border-color: silver;
		margin-left: 30%;
	  margin-right: 30%;
		}
		
h2 {
		margin-bottom: 10px;
		margin-top: 0px;
		}
		
h3 {
		margin-left: 0em;
		margin-top: 11px;
		margin-bottom: 0px;
		}

#navigation p { 
		background-color: transparent;
		list-style-type: none;
		margin-left: 50px;
		margin-top: .8em;
		width: 430px;
		text-align: center;
		font-size: x-small;
	 
		}
	
		
table.current {
		margin-left: 50px;
		}
		
table.current tr {
		line-height: 105%;
		text-align: left;

		}
		
table.current th {
		text-align: left;
		font-size: 110%;
		padding-bottom: 8px;
		}
		
table.current td {
		padding-right: 30px;
		}
		
#navigation p { 
		background-color: transparent;
		list-style-type: none;
		margin-left: 50px;
		margin-top: .8em;
		width: 430px;
		text-align: center;
		font-size: x-small;
	 
		}
		
table.topten th{
		padding-left: 20px;
		padding-bottom: 8px;
		}
		
table.topten td{
		text-align: right;
		}
		
		
		

