﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
 q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
 tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
  border: 0;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 100%;
  text-align: left;
  vertical-align: baseline;
}

body
{
  background-image: url('gfx/bg.jpg');
  background-attachment: fixed;
  background-position: top-left;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.starttext
{
	margin-left: 300px;
	margin-right: 300px;
	margin-top: 150px;
	height: 400px;
	width: 400px;
	font-size: 12px;
	position: relative;
}

.logo
{
	text-align: left;
}


h1 { font-size: 16px; }
h2 { font-size: 14px; }


a 
{
	color: #333333; 	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:focus { color: #666666; }

a:hover 
{
	background-color: #669966;
	color: #ffffff;
}

a:active 
{
	background-color: #cccccc;
	color: #333333;
}
