BODY {
background-color: white;
color: #63009C;
font-family: sans-serif;
margin: 2em;
}

IMG, .noborder {
border: 0px;
}

A {
color: #6361FF;
font-weight: bold;
text-decoration: underline;
}

A:hover, A:active {
text-decoration: none;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: smaller;
}

.uline {
text-decoration: underline;
}

.strike {
text-decoration: line-through;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.half {
width: 50%;
}

DIV.page {
/*width: 80%;*/
text-align: left;
border: solid #9C9EFF;
border-width: 0px 0px 0px 1px;
}

DIV.head {
text-align: center;
padding: 0em 1em 1em 1em;
}

DIV.head DIV.title {
font-size: 5em;
font-weight: bold;
font-style: italic;
font-family: serif;
}

DIV.pblock DIV.title {
text-align: left;
padding-left: 2em;
font-weight: bold;
background: #9C9EFF;
color: white;
}

DIV.pblock DIV.cnt {
padding: 1em;
border-right: solid 1em #9C9EFF;
}

DIV.topmenu {
text-align: center;
}


DIV.img_cnt {
text-align: center;
}

DIV.img_cnt IMG.big_img {
/*border-bottom: solid white 1px;*/
cursor: hand;
}