/* CSS page for www.aleatheaadsittco.com */

/* This places an image in a table, gives a background 
color and aligns it at the top right with no repeating */
table.contact { background: #ff6331 url(../images/contact_page_photo_bottom.jpg) no-repeat top right;}
table.calendar { background: #ff6331 url(../images/calendar_page_photo_bott_new.jpg) no-repeat top right;}
table.press { background: #ff6331 url(../images/press_page_photo_bott.jpg) no-repeat top right;}

/* Uniform font family */
body {font-family: verdana, arial, sans-serif}

/* All links have two colors (visited & unvisited)
 and no underline until the user hovers over it */
A:link{color:#cc0000; text-decoration: none }
A:visited {color:#990000;  text-decoration: none }
A:active {color:#990000;}
A:hover{color:#990000;  text-decoration: underline; }

/* Uniform font size for class "text" */
.text{font-size: smaller;}

/* Misc classes for font size control */
.contactinfo{font-size: smaller;}
.photocredit{font-size:9px;}
.bottomnav {font-size: x-small;}
.copyright {font-size: xx-small;}

/* Align names of press quotes to the right on Press page */
.right {text-align: right;}
