/*	background: #FFFFFF url(http://www.artlung.com/images/permanent_media/background_web_big_2.gif) ;*/
  BODY {
	margin: 1px;
/*	margin-left: 5px;
    margin-right: 5px;
   */
  }

HR { color: #CCC; }
  H1, H2, H3, H4, H5, H6, OPTION {
    font-family: verdana,arial,sans-serif;
  }

  P, LI, UL, OL, BLOCKQUOTE {
	font-size: 13px;
	font-weight: normal;
    font-family: georgia,'ms serif','times new roman',serif;
  }

  A {
    text-decoration: none;
  }
.whiteTweenOverkill {
	color: #FFF;
	background-color: #000;
}

.smallsans {
	font-family: geneva, sans-serif, verdana;
	font-size: 11px;
}

span.topNav {
    font-family: verdana,arial,sans-serif;
    font-weight: bold;
    font-size: smaller;
color: #999;
background-color:#000;
}
span.topNavBlack {
        font-family: verdana,arial,sans-serif;
        font-weight: bold;
    font-size: smaller;
color: #999;
background-color:#FFF;
}

A.topNav {
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
    text-decoration: none;
    font-size: smaller;
}
A.topNav:link {
    color: #F00;
    background: #000;
}
A.topNav:visited {
    color: #F30;
    background: #000;
}
A.topNav:hover {
    color: #000;
    background: #FFF;
/* how's this for useless hovering */
/* removed 12.27.2001
background-image: url(/images/animated-hover.gif);
*/
}

A.topNavBlack {
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
    text-decoration: none;
    font-size: smaller;
}
/*
        JUST FOR BLOGGING!
*/
.f {
        font-family: geneva,verdana,sans-serif;
        font-size:10px;}


.blogHeader {
        font-family: Monaco, Geneva, Arial, Sans-Serif;
        color: #3C3;
        background-color: #363;
}

a.blogHeader:link {
        color: #3C3;
        background-color: #363;
}
a.blogHeader:visited {
        color: #3C3;
        background-color: #363;
}
a.blogHeader:hover {
        color: #363;
        background-color: #3C3;
        text-decoration: none;
}

.blogDate {
	color: #999;
	background-color: transparent;
	font-style: normal;
	font-family: georgia, times, serif;
	font-size: 1.2em;
	text-align: left;
}


.blogBody {
        font-family: verdana, arial, sans-serif;
        font-size: 0.8em;
        text-align: left;
	color: #333;
	margin-left: 30px;
/*	text-indent: -12px; */
}

A.forImages:link {
        color: #F00;
        background-color: #F00;
 }

A.forImages:hover {
        color: #00F;
        background: #00F;
}

A.forImages:visited {
        color: #F30;
        background-color: #F30;
}



A:link {
        color: #FF0000;
        font-weight: bold;
        background-color: transparent;
 }

A:hover {
        color: #FFFFFF;
        text-decoration: underline;
        background: #FF0000;
  }

A:visited {
        color: #F30;
        background-color: transparent;
}
a:focus {
	border-width: 1px;
	margin: 0px;
	border-style: dashed;
	border-color: #F30;
	outline: none;
	text-decoration: none;
	color: #F30;
	background-color: #FFF;
}
a:active {
	border-width: 1px;
	margin: 0px;
	border-style: dashed;
	border-color: #F30;
	outline: none;
	text-decoration: none;
	color: #F30;
	background-color: #FFF;
}





