   /** * style.css * This is the stylesheet for Linda's site. */



 
 
  div#splashtext{
  position:absolute;
  top: 150px;
  left:400px;
  height:40px;
  font-family: arial;  font-size: 10pt; 
  color: #666666;
  z-index: 9;
  text-align: center;
 }
 
  
  div#content{
  position:absolute;
  top:35px;
  left:265px;
   z-index: 13;
 }
  
 @media screen{
  body>div# {
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
  body>div#left-sidebar2{
   position:fixed;
  }
  body>div#left-sidebar3{
  position:fixed;
  }
  body>div#bow{
  position:fixed;
  }
 }
 * html body{
  overflow:none;
 } 

hr {border-top: 1px dotted #333;/*the border*/width: 90%;height: 1px;}


body{
    margin:0;
    background-color: #cccccc;
    font-family: arial;    font-size: 10pt; 
    color: #333333;
    z-index: 10;
}


p{
    padding-left: 38px;
    font-family: arial;    font-size: 10pt; 
    color: #000000;
    width: 660px;
    
}

b{
    font-family: arial;    font-size: 10pt; 
    color: #666666;
    
}


h1{
	font-family: arial;
    font-size: 10pt; 
    color: #000000;
    text-align: left;
    font-weight: 700;
    line-height: 100%;
}

h2{
	font-family: arial;
    font-size: 14pt; 
    color: #CC0066;
    text-align: left;
    font-weight: 100;
   line-height: 100%;
     padding-left: 38px;
}

h4{
	font-family: arial;
    font-size: 16pt; 
    color: #CC0066;
    text-align: left;
    font-weight: 100;
   line-height: 0;
}

h3{
	font-family: arial;
    font-size: 10pt; 
    color: #000000;
    text-align: left;
    font-weight: 700;
    line-height: 1;
    padding-left: 38px;
}

a{    font-family: verdana;    font-size: 8pt;    color: #000000;    background-color: transparent;    }
a.standard:link{     text-decoration: none;    font-family: lighter;
     font-family: arial;    font-size: 11pt;    color: #CC3366;
    font-weight: light;    background-color: transparent;}    
a.standard:visited{
    text-decoration: none; 
    font-weight: lighter;    font-family: arial;    font-size: 11pt;    color: #CC3366;
    background-color: transparent;}
    a.standard:active { 
    text-decoration: none;
    font-weight: lighter;    font-family: arial;    font-size: 11pt;    color: #FF6699;    background-color: transparent;}
    a.standard:hover { 
    text-decoration: none;
    font-weight: lighter;    font-family: arial;    font-size: 11pt;    color: #999999;    background-color: transparent;}
