/* common.css
 * Copyright Tired Parents Web Design
 * June 5, 2002
 *
 * 
 */

BODY {background-color: white; color: black; height: 99%; font-family: verdana, century, arial, helvetica;}
A {text-decoration: none; font-size: 1em; font-weight: bolder;}
A.menu:link     {color: Black;}
A.menu:visited  {color: Black;}
A.menu:hover    {color: Red;}
A.byline:link     {color: gray;}
A.byline:visited  {color: gray;}
A.byline:hover    {color: Red;}
DIV.menu     {font-size: 0.8em; padding: 0 0 0 1em;}
DIV.Title  {font-size: 150%; font-weight: bold; color: Blue;}
DIV.byline {font-size: 75%; color: gray; padding: .25em;}
DIV.small {font-size: 75%;}
DIV.watermark {background-image: url(TPwatermark.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: 50% 7em;}
TD.main {background-color: white; font-size: 1.1em;}
TD.heavy {font-size: 1.1em;}

P.invisible {color: $04FFFF;}
P.initial:first-letter {font-size: 280%; float: left; line-height: 85%;}
P.title {text-decoration: underline;}
P.center {text-align: center;}
P.strong {font-weight: bolder; font-size: 110%; line-height: 150%}
P.small {font-size: 75%;}

IMG.floated-left {float: left; margin: 1em;}

H3.red {color: Red;}

