<!--
/* element selectors */
*  { font-family: verdana, arial, sans serif }

BODY 
{ 
background: #e00606;
background-image: url(watercolors/backgrounds/tiltedmonkey_background2.jpg);
background-attachment: scroll;
background-repeat: no-repeat
}

H4
{ 
color: red; 
font-size: 14px;
font-family: verdana, arial, sans serif
}

table.bigcityart 
{
margin-top: 40px;
margin-left: 40px
}

td.bigcityart { font-size: 30px }

 div.okay
{ 
color: red;
font-size: 10px
}

table.watercolor { margin-top: 380px }

div.contents { color: red }

td.history
{ 
color: red;
font-size: 10px
}

div.steve
{ 
color: red;
font-size: 9px
}

.class1 A:link { text-decoration: none; color: red }
.class1 A:active { text-decoration: none; color: red }
.class1 A:visited { text-decoration: none; color: red }
.class1 A:hover { text-decoration: none; color: red }

.class2 A:link { color: white }
.class2 A:active { color: white }
.class2 A:visited { color: white }
.class2 A:hover {  color: white }

-->



