﻿a
{
	color: white;
	font-weight: bolder;
	text-decoration: underline;
}

a:hover
{
	color: yellowgreen;
}

a:active
{
	color: #FF6600;
}

legend
{
	color: #808080;
	font-size: small;
	font-style: italic;
}

fieldset
{
	padding: 8px;
	margin: 5px;
}

.imagelink
{
    opacity: 0.7;
}

.imagelink:hover
{
    opacity: 1.0;
}

.largefont
{
	font-size: 40px;
    font-weight: 400;
}

.christerbody
{
	margin: 0px;
	font-size: 18px;
	font-family: arial, times new roman , serif;
}

.whitebackground {
    background-color: white;
    color: #333399;
}

.bluebackground
{
    background-color: #333399;
    color: white;
}

.textbody
{
	border-style: solid;
	border-width: thin;
	background-color: white;
}

.clickimageaslink {
  cursor:pointer;
}

.clicktextaslink {
  cursor:pointer;
}

.screencenter
{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;

    height: 400px;
    margin-top: -200px;

    width: 100%;
    margin-left: -50%;
}

.blockul
{
    list-style-type: none;
    width: 100%;
    overflow: auto;
    margin-top: 0px;
    margin-left: -40px;
}

.blockul li
{
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.divcentered {
    display: table;
    margin: 0 auto;
}
