/* Cascading Style Sheets for PDAs */ 
/* Written by andreas.com 1997-2007 */ 
/* Free to use */ 

/* Sets background */ 
body { background-color: #ffffff ; }

/* Sets font for all text */
h1,h2,h3,h4,h5,p,ul,ol,div,span { font-family: "verdana", "sans-serif"; }

/* Controls Headings */
H1 { color: #1964D5; font-size: 110%; } 
H2 { color: #1964D5; font-size: 100%; } 
H3 { color: #1964D5; font-size: 90%; font-style: italic; } 

/* Controls links */
a:link { text-decoration: none; color: #CC0000; font-weight: bold; /* Not Yet Clicked */ }
a:visited { text-decoration: none; color: #708670; font-weight: bold; /* Clicked */ }
a:active {text-decoration: none; /* When clicked */ }
a:hover {color: #E4712D; /* Hover */}

/* Controls body text */ 
p {font-size: 70%; } 
li {font-size: 70%; } 

/* Div tags */ 
div.nav {font-size: 80%; text-align: center; }
div.foot {font-size: 60%; text-align: center; }
div.top {font-size: 60%; text-align: right; } /* Jump-to-top button */ 

/* Span tags */ 
span.hours { font-weight: bold; color: red; } /* Red color for 24/7 in the food pages */ 

/* End of file: Cascading Style Sheets */
