
body
{
background: #333333 url('bgdesert.jpg') repeat-y 34px;
color: #ffffff;
}

.bg
{
background: #333333 url('bgdesert.jpg');
}

h1,h2,h3,h4,p,dl
{
color: #ffffff
}

h1
{
font: bold italic 500% PMingLiU; text-decoration: underline
}

p
{

}

a.one:link {color: #cc9933}
a.one:visited {color: #3333ff}
a.one:hover {color: #ff6600}
a.one:active {color: #9999ff}

a.two:link {color: #000000}
a.two:visited {color: #000000}
a.two:hover {font-weight: bold}
a.two:active {color: #000000}

a.three:link {color: #ffffff}
a.three:visited {color: #ffffff}
a.three:hover {{color: #ffffff}
a.three:active {color: #ffffff}

.margin
{
margin: 4%;
}

.indent
{
text-align: justify;
text-indent: 25px;
margin: 20px;
}

.copy
{color: #000000;
font: 70%;
margin: 4%;
}

.justify
{
text-align: justify;
margin: 20px;
}

.small
{
font-size:x-small;
}

.medium
{
font-size:medium;
}

.large
{
font-size: large;
}

.underline
{
text-decoration: underline;
}

.blink
{
text-decoration: blink;
}

.top
{
vertical-align: top;
}

.middle
{
vertical-align: middle;
}

.bottom
{
vertical-align:bottom;
}


.left
{
text-align: left;
}

.center
{
text-align: center;
}

.right
{
text-align: right;
}


.goright
{
float: right;
}

.goleft
{
float: left;
}

.logo
{
text-align: center;
vertical-align: middle;
}

.list
{
text-align: left;
}

.nobull
{
list-style-type: none;
}


.bold
{
font-weight: bold;
}