/*
 * Default styles
 */
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Tahoma, Verdana, Geneva; 
	font-size:12px;
}

pre {
	font-family: Arial, Tahoma, Verdana, Geneva; 
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
	color:#bcbcbc;
}

img {
	border: 0px;
}

input[type="text"], input[type="password"] {
    border:1px solid #AAAAAA;
}

p {
	margin: 1em 0px;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	
	margin-top: 15px;
	margin-bottom: 15px;	
}

