h1, h2, h3, h4, h5, h6, b{
	color: skyblue;
}

input, select {
	  width:91px;
      font-size: 10px;
      font-weight: bold;
      color: #333;
      border:1px solid #777;
      background-color: #ccc;
      margin:0;
}

.descr{
	height: 200px;
	width: 200px;
}

.agb{
	height: 400px;
	width: 300px;
}

textarea {
	background-color: transparent;
	color: skyblue;
}

body {
	background-color: black;
	background-image: url(arthas.png);
	background-image: url(bgdoorway.jpg);
	background-repeat: repeat;
}
text {
	color: skyblue;
}

A:Link{
	color: red;
}

A:Visited{
	color: skyblue;
}

A:Hover{
	color: blue;
}

A:active{
	color: pink;
}
