@charset "utf-8";
/* CSS Document */

<!--<?php include ("2017mayor-links.inc"); ?>-->
<!--<?php include ("mayor-footer-links.inc"); ?>-->

<style type="text/css">
html {
	text-align:center;
	}
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}

h6 {
	font-size:10px;
	}

h5 {
	font-size:12px;
	}

h4 {
	font-size:14px;
	}
h3 {
	font-size: 16px;
	}
h2 {
	font-size:18px; 
	}
h1 {
	font-size:24px; 
	}		

.smallText {
	font-size: 8px;
	}

table, td { 
    border-color:#CCCCCC; 
	border-style:solid;  
	} 

table#header { 
	width:100%; 
	border:0px; 
	text-align: left; 
	}
table#header td {
	border:0px;
	}


table#noBorder {
	border:0px;
	}
	

table#noBorder td {
	border:0px;
	}
			
table {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	empty-cells:show;
	border-width:thin;
	border-spacing:0;
	border-collapse:collapse;  
	}
	
td {
	margin: 0;
	padding:5px;
	border-width:thin;
	font-size:9px;
	}
	
th { 
	width: 100%;
	font-size:10px; font-weight:bold; color:#333333; 
	text-align:center;
	background-color:#669966;
	}	
		
col#date { width: 5%; }
col#city { width: 20%; }
col#mayor { width: 20%; }
col#miles { width: 5%; }
col#notes { width:auto; }


	
img {
	border:none;
	}	


a:link {
	font-weight:bold;
	color:#006600;
	text-decoration:none;
	} 
				
a:visited {
	font-weight:bold;
	color:#006600;
	text-decoration:none;
	}
	
a:hover {
	font-weight:bold;
	color:#FF6633;
	text-decoration:none;
	}	
	
.greyTable {
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	background-color:#CCCCCC;
	padding:5px;
	}
	
.blackTable {
	background-color:#000000;
	padding:5px;
	text-align:left;
	color:#CCCCCC;
	}
	
</style>