p {margin-left: 15px}


.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/whiteAlpha2.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image: url('images/whiteAlpha2.png');
  background-repeat: repeat;
  vertical-align:  middle;
}

body
{
background-image: url('backgrounds/bg1.jpg');
background-repeat: no-repeat;
background-position: top center;
font-family: Comic Sans MS
}

a:link
{
color: #0099FF;
text-decoration: none
}

a:visited
{
color: #0099FF;
text-decoration: none
}

a:hover
{
color: blue;
text-decoration: none
}

a:active
{
}

h1
{
text-align: ;
font-weight: ;
font-size: ;
background-color: ;
background-image: ;
color: 
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}


