﻿a:link {color: #606060; text-decoration: underline}
a:visited {color: #606060; text-decoration: underline}
a:active {color: #606060; text-decoration: underline}
a:hover {color: #e3e3e3; text-decoration: none}

a img {border: 0 none;}
a img:hover {border: 0 none; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}

img {border:0px;}

h4 {font-size: 16pt; margin-bottom:20px; color:#d1d1d1; line-height:normal;}

h1 {font-size: 12px; margin-bottom:20px; color:#d1d1d1;}
h2 {font-size: 11px; margin-bottom:20px; color:#d1d1d1;}
h3 {font-size: 10px; margin-bottom:10px; color:#d1d1d1;}
h2+h4 {margin-top:-20px;}
p {font-size: 12px; margin-bottom:30px; color:#d1d1d1;}


.button{
	width:150px;
	float: none;
	border:1px #444444 solid;
	background-color:#181818;
	color:#e3e3e3;
	padding:3px;
}

.button:hover{
	border:1px #646464 solid;
	background-color:#181818;
	color:#e3e3e3;
	}

