/* idStyle.css */

html, body {
	height: 100%;
}

#container { /* this is the div you want to fill the window */
	height: 100%;
}

body {
	font-size: x-small;
	background-color: #262626;
	color: #999999;
	font-family: Helvetica,Arial,Sans-Serif;
	text-align:left;
	font-weight: bold;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wallpaper4.jpg)
}

h1 {
	font-size: small;
	text-align:left;
	font-family: Helvetica,Arial,Sans-Serif;
}

h2	{
	font-size: small;
	text-align:left;
	font-family: Helvetica,Arial,Sans-Serif;
	font-weight: bold;
}

h3	{
	font-size: xx-small;
	text-align:left;
	font-family: Helvetica,Arial,Sans-Serif;
	font-weight: bold;
}

a:link {
	text-align:left;
	font-size: small;
	font-family: Helvetica,Arial,Sans-Serif;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #80BECD;

}
