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

h2{
	front-family:Courier
}
body{
	background: #09F;
	color:#CCC;
}
table tr.nth-of-type(2) table tr td.nth-of-type(2){
	background: #ccc;
	
}
div.error{
	margine: 20px auto;
	width:80%;
	min-height:200px;
	padding:20px;
	background-color:#FBCED1;
	border:solid thick red;
	border-radius:55px;
	color:black;
	background:url(../images/error.png) #ffc1c1 top right no-repeat;
}

div.error h1{
	font-family: "Comic Sans MS", cursive; 
	font-size:60px:
}
div.error p{
	font-family:Arial;
	font-size:14px;
}
div.error h2{
	font-family: "Comic Sans MS", cursive;
	font-size:60px;
}
div.error p:nth-of-type(1){
	padding-right:200px;
}

a{
	font -family:"Courier New", Courier, monospace;
	color:#0F0;
}
a:link{
	color:#F00;
}
a:visited{
	color:#093;
}
a:hover{
	text-decoration:underline;
	color:#36F;
}
a:active{
	color:#FF0;
}