﻿/* yellow cab of newport news main css coding */


.layout {
	font-family: Arial, Helvetica, sans-serif; color: black;
	border: 4px solid black;
	margin: 4px; padding: 3px;
	width: 800px;
	background-color: yellow;
}

.header {
	background-color: yellow;
	border-color: black;
	border-width: 1px;
}

.footnote {
	font-size: small; color: black;
	background: yellow;
}

/* This section applies to all links.*/

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:active, a:hover {
	color: black;
	text-decoration: none;
}

/* This section describes stand-alone links at top of page*/ 

a:link.button, a:visited.button { 
 font-weight: bold;  text-decoration: none;
 width: 110px;  
} 

a:active.button, a:hover.button { 
 font-weight: bold; text-decoration: underline; 
 width: 110px;  
} 

/* This section describes stand-alone links at bottom of page*/ 

a:link.button2, a:visited.button2 { 
 font-family: "Arial Narrow";
 font-size: smaller; font-weight: bold;  text-decoration: none; 
 background-color: yellow; color: black;
 width: 10%;  
} 

a:active.button2, a:hover.button2 { 
 font-family: "Arial Narrow";
 font-size: smaller;  font-weight: bold; text-decoration: underline; 
 background-color: yellow; color: black; 
 width: 10%;  
} 

