/* CSS Document */

/* Used for the page "Me and My Pretty Ideal Crush" and other special pages only */

/* Formatting Section */
body{background-color:violet;}
h1{font-family:"Lucida Handwriting","Calibri","Century Gothic";color:purple;font-size:22pt;text-align:center;}
h2{font-family:"Lucida Handwriting","Calibri","Century Gothic";color:purple;}
h3{font-family:"Calibri";color:purple;}
h4{font-family:"Calibri";color:purple;}
p{font-family:"Calibri";color:purple;}
pre{font-family:"Calibri";color:purple;}
a:link{color:purple;}
ul{color:purple;}
address{color:purple;}
blockquote{color:purple;}

/* Comments Section */
#commentsandsuggestions
{
   display:inline;
   position:static;
   float:left;
   width:1215px;
   height:1080px;
   background:pink;
   border-style:solid;
   border-color:purple;
   overflow:auto;
   padding:1% 1% 1% 1%
   
}
/* Floating Header */
#floatingheader.center
{
   display:inline;
   position:fixed;
   color:purple;
   width:98%;
   background: url(/images/header02.PNG) ;
   
}

#floatingheadercontent
{
   display:inline;
   position:fixed;
   color:purple;
   width:98%;
   padding-left:1%;
   padding-right:2%;
   background: violet url(/images/header02.PNG) ;
}

div.clear{
  clear:both;
}
