﻿
/* styles all site content */
body{
	background: white;
	font-family: Verdana;
	font-size: 13px;
	width: 100%
}

img{
	border: none;
}

.strong{
	font-weight: bold;
}

.morelink{
	text-align: right;
	padding: 0 10px 10px 0;
}

.morelink a{
	text-decoration: none;
	color: black;
}

.morelink a:hover{
	text-decoration: underline;
}

a {
  outline: none !important;
}

div.clear{
  clear:both;
}

