body 
{
margin-left: 60px;
margin-right: 60px;
background-color: #3399FF;
background-image: url("butterfly.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position:  50% 50%

}
p
{
text-indent: 50px;
text-align: right;
text-align: center;
text-align: justify;
color: white;
letter-spacing: 2.5px;
font-size: 17;
border: ;

}
h1
{
border: outset orange;
padding-top: 1px;
padding-bottom: 1px;
background: ;
color: lightgreen;
font: italic small-caps 250% impact;
text-decoration: underline;
letter-spacing: 6px;
}
h2
{
border: dotted;
text-decoration: underline;
font-family: serif, arial, verdana, "times new roman", sans-serif;
font-style: oblique;
font-variant: small-caps;
font-size: 170%;
color: white;
background-color: black;
}
h3
{
border-top: solid thin white;
border-bottom: solid thin white;
border-right: thick;
border-left-width: thick;
border-left-style: solid;
border-left-color: orange;
border-right: thick solid orange;
background: green;
text-decoration: line-through underline overline;
text-transform: capitalize;
}
h4
{
text-transform: uppercase;
color: white;
}


li
{
text-transform: capitalize;
}

ul
{
border: thin solid #6600ff;
margin-right: 50px;

}

a:link
{
color: lightgreen;
}
a:visited
{
color: #99ffff;
}
a:active
{
background-color: #FFFF00;
}
a:hover
{
color: cyan;
font: italic bold;
letter-spacing: 4px;
font-size: 200%;
text-decoration: none;
text-transform: uppercase;
}

span.assign
{
color: #6600FF;
font-size: 120%;

}



p.spacing
{
text-indent: 50px;

}

#box
{
float: left;
width: 100px;
text-align: top;
}
#column
{
float: left;
width: 250px;
}
#absolutepos
{
position: absolute;
top: 50px;
right: 50px;
}
