/* Style sheet for the 480-481 Local APWU Site
March 2009 - Mike Lambert	*/

/* Links */
a {color:blue; text-decoration:none;}
a:visited {color:blue;}
a:hover {color:red}

/* General */
body {background-color:#d2dbd8; text-align:center; font-family:Verdana, Arial, sans-serif; 
			font-weight:500; color:black;}

/* List formatting */
span.desc {font-style:italic; font-size:80%}
p.li {margin-top:6px; margin-bottom:0}
p.tacs {margin-top:3px; margin-bottom:0; font-size:80%; margin-left:25px; text-indent:-25px;}

/* Big first character in articles on screen only*/
@media screen
  {
  span.bigchar {font-size: 4.0em; line-height: 0.8em; float: left; margin: 0 2px 3px 0; color:red; font-family: times,serif; }
  }

/* Article Signatures */
p.sig {float:right; margin: 0 10% 6px 0; font-style:italic; font-size:105%; font-family: cursive}

/* Skip Links */
a.skip {color:black; text-decoration:none}



