@charset "utf-8";
/* CSS Document */

body{
  background-color: #000000;
}

p.font1 {
    text-shadow: 3px 2px #FF0000;
    text-align: center;
    font-family: Impact;
}

img.img_small{
  height: 90px;
  width: 110px;
}

img.page_img{
  height: 280px;
  width: 1050px;
}

img.wizzard{
  height: 100px;
  width: 100px;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #C0C0C0;
    background-color: transparent;
    text-decoration: underline;
}

.box1:hover
{
  background-color: Yellow;
}

.pagecontainer{
	background-color: orange;
	border-color: green;
	border-style: groove;
	border-width: 30px;
	height: 600px;
	margin: auto;
	width: 1050px;
}

.pagecontainer1{
	background-color: orange;
	border-color: green;
	border-style: groove;
	border-width: 30px;
	height: 2060px;
	margin: auto;
	width: 1050px;
}

.box1{
	background-color: orange;
	float: left;
	height: 40px;
	margin-left: 10px;
	width: 160px;
}

.menu{
  float: left;
	background-color: orange;
	height: 40px;
	width: 1050px;
	text-align: center;
}

.box{
  background-color: black;
	display: block;
  height: 50px;
  margin-top: 150px;
  width: 1050px;
}

.title{
  float: left;
	background-color: green;
	height: 130px;
	width: 1050px;
	text-align: center;
}

.img_box_big{
  height: 700;
  width: 1050;
  float: center;
}

.text{
  float: center;
  margin-left: 25px;
  margin-right: 25px;
  height: 250px;
  width: 1000px;
}

.text1{
  float: center;
  margin-left: 25px;
  margin-right: 25px;
  height: 1000px;
  width: 1000px;
}

.text2{
  float: center;
  margin-left: 25px;
  margin-right: 25px;
  height: 50px;
  width: 1000px;
}