/* <-------------------------Main Page information-----------------------> */

/* *******************************FOOTER******************************** */
#footer 
{
color: white;

}
#footer 
a:hover
{
font : "20";
font-weight : bold;
color : "FAEBD7"; 
background-color : transparent; 
text-decoration : underline; 
margin : 0; 
padding : 0 1px 2px; 
cursor:"http://www.geocities.com/cornelia_prim/SM3Wand.cur";
}
#footer
A:link, a:visited, a:active
{
font : "16";
font-weight : bold;
color : "red";
background-color : transparent; 
text-decoration : none; 
margin : 0;
padding : 0 1px 2px, 
cursor : "http://www.geocities.com/cornelia_prim/SM3Wand.cur";
border-bottom : 1px white;}

/* ---------------------------Center Information-------------------------- */
.title 
{
color:FAEBD7;
font: 20px, 
font-weight: bolder;
text-decoration: underline;
font-family : Comic Sans;}

div.help
{
	font: 12px verdana,arial,helvetica;
	border: 1px solid #000;
	width: 400;
	height: 375;
	margin-bottom: auto;
}

#scroll 
{
	overflow: scroll;
}

/* ----------------------------Body Information----------------------------- */
body 
{
font color: "FAEBD7";
scrollbar-face-color:ff0000;
scrollbar-shadow-color:fff;
scrollbar-highlight-color:f9f;
scrollbar-darkshadow-color:000000;
scrollbar-track-color:fc9;
scrollbar-arrow-color:fcf;
cursor:url(http://www.geocities.com/cornelia_prim/SM3Wand.cur);
overflow: auto
}

/* ****************************Side Columns***************************** */
.menuHead 
{
font-weight: bold;
color: "fc9"; 
font : "18";
text-decoration: underline;
margin:0;
padding: 0 1px 2px;
}
a:hover 
{
font : "18";
color : "FAEBD7"; 
background-color : transparent; 
text-decoration : none; 
margin : 0; 
padding : 0 1px 2px; 
cursor:"http://www.geocities.com/cornelia_prim/SM3Wand.cur";
} 

a:link, a:visited , a:active 
{
font : "14";
color : "FAEBD7"; 
background-color : transparent; 
text-decoration : none; 
margin : 0; 
padding : 0 1px 2px; 
cursor:"http://www.geocities.com/cornelia_prim/SM3Wand.cur";
} 









/* ********************************Other Information*********************** */

/*---------->fixed background image
body 
{
background-image: 
url('smiley.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}
------->fixed image on the side
<html>
<head>
<style type="text/css">
body
{ 
background: #00ff00 url('smiley.gif') no-repeat fixed center; 
}
</style>
</head>

<body>
<p>
<b>Note:</b>
The background-attachment and the background-position
properties do not work in Netscape 4.0.
</p>

<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>
<p>This is some text</p>

</body>
</html>

-------------->background image tag
body {
background-image:
url('bgdesert.jpg')

----------->tile bckgrd
body
{ 
background-image: 
url('bgdesert.jpg');
background-repeat: repeat-y
}

----------->Underline in Link that is a Different color from word<-------------

<style>
a:link {text-decoration:none; font-family: san serif; font-size:14px; color: #00008B; }
a:visited { text-decoration:none; font-family: san serif; font-size:14px; color: navy;  }
a:hover { text-decoration:none; font-family: san serif; font-size:14px;  color: #00008B; border-bottom:1px solid crimson}
</style>

***********Custome underlines***********************
http://www.alistapart.com/articles/customunderlines/

*/