﻿
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	height:100%;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(63,70,120,1) 13%, rgba(0,212,255,0.07605040307138478) 66%);
	}
	
#address
{
	position: absolute;
	margin-top: 4px;
	color: dimgray;
	font-family: times new roman;
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	font-size: 11px;
	font-weight: bold;
	border-left: slategray 1px solid;
	border-bottom: slategray 1px solid;
	background-color: gainsboro;
	width: 440px;
	padding: 3px;
}

A.homelink:link
{
	color: #474848;
	text-decoration: none;
}
A.homelink:visited {color:#474848; text-decoration: none; }
A.homelink:link	  {color:#474848; text-decoration: none; }
A.homelink:visited {color:#474848; text-decoration: none; }
A.homelink:hover
{
	color: black;
	text-decoration: underline;
}

#content
{
	margin-left: 10px;
	overflow: auto;
	background-color: Transparent;
	width: 375px;
	height: 320px;
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	line-height: 22px;
	padding-right:5px;
}

#title
{
	font-size: 18px;
	color: white;
	font-family: times new roman;
	background-color: #282A39;
	padding-right: 40px;
	padding-left: 3px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}