@charset "UTF-8";

{
        margin: 0;
        padding: 0;
        border: none;
}

a:link {
        text-decoration: none;
        color: #990000;
}

a:visited {
        text-decoration: none;
}

a:active {
        text-decoration: none;
}

a:hover {
        text-decoration: underline; 
        color: #3399ff;
        font-weight: bold;
}

a:visited {
	color: #990000;
}

body {
   	background-color: #000000;
        background-image: url('https://img.mfcimg.com/photos2/743/7432488/219-288-189-813-4681314.jpg'); 
        background-size:100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: #3399ff;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{
	font-size: 10px;	
}

.container_padding {
	padding: 2px;
	height: 100%;
}

.container_transparency {
	height: 100%;
	width: 100%;
	background-color: transparent;
	filter: alpha(opacity=0);
}

.container {
	position: relative;
	padding: 8px; 
	height: 100%;
	background-color: transparent;
}

.container .heading { 
    text-shadow: 2px 4px 5px #990000;
    text-align: center;
    padding-bottom: 6px;
    background-color: transparent;
    font-color: #3399ff;
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
    font-size: 21px; font-variant: small-caps
}

.content {
	padding: 2px;
}

.text {
        text-shadow: 1px 4px 5px #000000;
	text-align:justify;
        color: #3399ff;
	font-family: Verdana;
	font-weight: bold;
        font-variant: normal;
	font-style: italic;
	font-size: 14px;
        text-indent: 1.5em;
        margin-top: 0; 
}

.text2 {
        color: #990000;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
        text-indent: 1.5em;
        text-align:center 
}

.text3 {
        text-shadow: 1px 4px 5px #000000;
	text-align:justify;
        color: #3399ff;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
        text-indent: 1.5em;
        text-align:center 
}