

a:link{
text-decoration: none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration: underline;
}

body {
margin:0;
padding:0;

}

body {
        background-image: url(background.jpg);
        background-repeat: repeat-y;
        background-position: center top;
        background-color: #C6CFBE;
}


#container {
        width: 800px;
        margin: 0 auto;
        text-align: center;

}


.bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}

.highlighttext{
background-color:white;
font-weight:bold;
}

if(!String.IsNullOrEmpty(Request.Form["body"]))
  IgnoreComment();