body {
	font-size:12px;
	margin-left:40px;
	margin-right:40px;
	scrollbar-face-color : white;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-arrow-color : orange;
	scrollbar-3dlight-color : orange;
	scrollbar-darkshadow-color : orange;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:10%;
}

h2 {
	margin-bottom:0px;
	font-size:18px;
	font-family:verdana;
	color:red
}

h2.wide_h2 {
	font-size:30px;
	color:blue;
	font-family:impact
}

p {
	margin-top:10px;
	margin-left:20px;
	line-height:180%;
}

input {
	border-style:dashed;
	border-width:2px;
	border-color:orange;
	color:black;
	font-size:12px
}

textarea.gray {
 font-size:15px;
 border-style:dashed;
 border-color:white;
 background-color:dimgray;
 color:lightgrey
}

textarea.orange {
 font-size:12px;
 border-style:dashed;
 border-color:orange;
 background-color:white;
 color:black
}

input.button1 {
	font-size:14px;
	border-width:2px;
	border-color:blue;
	background-color:yellow;
	color:red;
	font-weight:bold;
	font-family:tempus sans itc;
}

input.button2 {
	border-color:white;
	font-size:30px;
	color:white;
	background-color:navy;
	font-family:Verdana;
	font-weight:bold
}

.box {
	width:400px;
	height:300px;
	font-size:150px;
	line-height:70%;
	padding:1px;
	border-style:solid;
}

a {
	text-decoration:none;
}

a:hover {
	color:orange;
	text-decoration:underline;
}

a:active {
	text-decoration:line-through;
	color:orange
}

a.none {
	text-decoration:none
}

div {
	width:100%;
	height:1px;
	position:relative;
	overflow:visible
}

.west25 {
	font-family:westminster;
	font-size:25px
}

.glowwhite{
	filter:glow(color ="white", strength = 10)
}

.glowgray{
	filter:glow(color = "gray", strength = 5)
}

.blur{
	filter:blur(direction = 180, strength = 20)
}

.shadow{
	filter:shadow(color = black, direction = 135, enabled = false)
}

.blur2{
	filter:blur(direction = 180, strength = 50, enabled = false);
}

.blur135{
	filter:blur(direction = 135, strength = 20)
}

.glowhr {
	filter:glow(color = "gray", strength = 5 )
}
