body {  font-family : Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
        background : #336633;
}
.login {
        background : #ffeeea;
        font-size : small;
        font-weight: bold;
        color : black;
}

.wow {
        font-size : medium;
        font-weight: bold;
        color : white;
        text-align: center;
}

.bow {
        font-size : small;
        font-style : italic;
#        font-weight: bold;
        text-decoration: none;
        color: red;
        text-align: right;
}

.auth {
        font-size : small;
        font-style : normal;
        text-decoration: none;
        color : #000000;
}
.input {
        background : #ffeeea;
        font-size : small;
        color : blue;
}
td {
        font-size : small;
        color : white;
}

H2, .hdr  {
        font-size : large;
        font-style : italic;
        font-weight: 100;
        color : white;
}
A  {
        color : #ffeeea;
        text-decoration: none;
}

.preview {
        float : left;
	width : 140px;
	height : 140px;
        margin : auto;
        text-align : center;
        text-decoration: none;
        border-style : none;
        vertical-align: bottom;
}

.panorama {
        float : left;
	width : 800px;
	height : 220px;
        margin : auto;
        text-align : center;
        text-decoration: none;
        border-style : none;
        vertical-align: bottom;
}

a.prev, img.prev {
          border-style : none;
          text-decoration: none;
          vertical-align: bottom;
          position : relative; 
          top : 120px;
}


