BODY { 
	background: white;
	font-family:arial,sans-serif;
	font-size:12px;
	color: black;

     -moz-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     }

.headbanner{
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-size: 12px;
        background-color:#FFFFFF;
        }


.storyhead { text-decoration:none; 
	     font-weight:bold; 
	     font-family:arial,sans-serif;
	     color:white; 
	     font-size:14px; 
	     background-color:#375570;
	   } 

.storyhead a:link {
	    color:white;
	    text-decoration:none;
	   }


.storyhead a:visited {
            color:#dddddd;
            text-decoration:none;
           }


.storyhead a:hover{
            color:yellow;
            text-decoration:none;
           }



.storysubhead {
	text-decoration:none;
	font-weight:bold;
        font-family:arial,sans-serif;
	color:white;
	font-size:12px;
	background-color:#4c7fae;
	      }

.storysubhead A:hover {
	color: yellow
		      }

.storybody {
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size:12px;
	background-color:#F1F9FB;
        text-align:justify;
	   }

.storybody B {
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-size:12px;
        background-color:#F1F9FB;
        text-align:justify;
	}

.storyfooter {
        text-decoration:none;
        font-weight:bold;
        font-family:arial,sans-serif;
        color:black;
        font-size:12px;
	background-color:#d3dee9;
              }

.storyfooter A:hover {
        color: red
                      }

.pagetitle {
        text-decoration: none;
        font-weight: bolder;
        color: black;
        font-size: 12px;
           }

.oldstory{
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-size:12px;
        background-color:#F1F9FB;
        }

.oldstory a:link {
        text-decoration: none;
        color:#0000ff;
        }

.oldstory a:visited {
        text-decoration: none;
        color:#000099;
        }


.oldstory a:hover{
        text-decoration: none;
        color: red;
        }

.menutext{
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-size: 12px;
        background-color:#F1F9FB;
        }

.menutext a:link {
	text-decoration: none;
	color: blue;
	}

.menutext a:hover{
	text-decoration: none;
	color: red;
	}

.adtext{
        text-decoration: none;
        font-weight: bold;
        color: black;
        font-size:12px;
        background-color:#F1F9FB;
        }

.adtext a:link {
        text-decoration: none;
        color: blue;
        }

.adtext a:hover{
        text-decoration: none;
        color: red;
        }


