
/* gallery.css -- default style sheet */

BODY, P, TD, TH, UL, OL, H1, H2, H3, H4, PRE, SMALL, BIG, A, TABLE, TD, TR, TH  {
        font-family : Helvetica, sans-serif;
        background-color : #333333;
        color : #aaaaaa; 
	font-size:12px;
}

H1  {
        font-size : large;
}

H2  {
        font-size : large;
}

H3, H4  {
        font-size : large;
}


A:link {  color:#333333; }
A:active {  color:#333333; }
A:hover {  color:#333333; }
A:visited {  color:#333333; }

A.ylink:LINK  {
 font-family:Verdana;  font-size:12px; color:#ff0000; text-decoration:none
}

A.ylink:VISITED  {
       font-family:Verdana;  font-size:12px; color:#ff6600; text-decoration:none
}

A.ylink:HOVER {
    font-family:Verdana;  font-size:12px; color:#ff0000; text-decoration:none
}

#backto {
	  position:absolute;
	  left:10px;
	  top:10px;
	  filter: alpha(opacity=75);
	  padding:5px;
	  border:0;
}

