.box {
						Border: 5px solid white;
						font-weight: bolder;
					}
					.header {
						
						
						border-bottom: 1px solid white;
						
						color: black;
						font-size: 25px ;
						font-family: "Courier New", Courier, monospace;
					}
					.content {
						font-size: 12px;
						padding: 5px;
						color: white;
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					}

					.content a{

						text-decoration: none;
						color: lightblue;
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					}
					.content a:hover{

						text-decoration: none;
						color: white;
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					}
					.button a{ font-weight: bolder;

						width: 230px;
						text-decoration: none;
						padding-left:5px;
						padding-top:13px;
						height:47px;
						color: white;
						font-size: 14px;
						font-family: "Courier New", Courier, monospace;
						background-image: url(images/button.jpg);
					}

					.button a:hover{
						color: gray;
						background: ;
						background-image: url(images/button-on.jpg);
					}

					.login {
						
						background:#355882;
						
						
						font-size: 12px;
						padding: 5px;
						color: white;
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;


					}
					
					

					.footer {font-size: 11px;
						padding: 5px;
						color: black;
						font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

					.footer a{
						color: black;
						text-decoration: none;}

					.heading {
						font-size: 14px;
						font-weight: bold;
						color: #FFCC66;
					}


					.footer a:hover{color:red;}

.inputtext{border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
border-top: 1px solid white;
 width:125px;
background:silver; font-size:11px;}
.submitbutton{color:white;
border:1px solid white; background:black;
font-size:11px; height:20px; width:100px;}