﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: small;
	margin: 0px
}

#upperleft {
	margin:35px
}
a { 
	color: blue;
	text-decoration: none; 
}

a.black {
	color: black;
}

img.package { 
    float: right; 
    margin: 4px; 
}

.title {
	font-weight: bold;
	font-size: larger;
	height: 30px;
}
.title2 {
	text-align:center;
	height: 30px;
}

.menu {
	font-weight: normal;
	width: 90px;
	height: 35px;
}
.content {
	width: 500px;
	height: 400px;
	vertical-align:top;
}

.upperright {
	text-align: right;
	font-size: small;
	vertical-align: middle;
}

.left {
	background-position: 100% 100%;
	text-align: left;
	background-image: url('icon.png');
	background-repeat: no-repeat;
}

.three {
	height: 2px;
}
a:visited {
	color: blue;
}
a.black:visited {
	color: black;
}
.greyback {
	color: #800080;
}
.centered {
	text-align: center;
}
.plug {
	font-size: x-small;
	text-align: right;
}
.features {
	font-size: small;
	width: 100%;
}
