
body {
background-image: url(../images/pagebg.gif);
}

p {
text-align: justify;
}

h1 {
text-align: center;
}

li {
list-style-type: none;
}

a:link, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #ffffff;
}

#leftmenu {
width: 150px;
background-color: #95b7cd;
text-align: center;
}

#leftmenu td {
padding-bottom: 20px;
}

#contents2 {
width: 400px;
}

#contents2 td {
padding-left: 100px;
}

#main {
padding-right: 50px;
padding-left: 50px;
}