/* Styles for Cat Frame */

body { background-color: rgb(155,155,155); font-family:verdana; font-size:100%; color: rgb(255,240,240) }

/*ul {position:absolute; top:125 px;left:10 px}*/

ul
{
list-style-position:outside
}


li
{
list-style-image: url("arrows_blue_007.gif");
list-style-position:outside
}
	
/*p { position:relative; top : 10 px;left : 40px}*/

a {text-decoration: none;position:relative;top:-18 px;left: 12 px}

/*a {text-decoration: none}*/

p
{ 
margin-left: 10px
}


a:link     {color:rgb(175,175,255)}
a:visited  {color:rgb(225,175,245)}
a:hover    {color:rgb(15,175,245);font-family:monospace;font-size:17}
a:active   {color:rgb(255,255,125)}

/*a.behav1:link {color: #ff0000}
a.behav1:visited {color: #0000ff}
a.behav1:hover {font-family: monospace;font-size:120%}*/

 

