@import 'parts.css';
@import 'elements.css';
@import 'form.css';

body{
	margin: 0;
	padding: 0;
}
body, input, table, select, textarea, button{
	font: 14px Arial, serif;
	color: #353535;
}

a{
	text-decoration: none;
	color: silver;
}
a:hover{
	text-decoration: underline;
}

img{border: none;}

h1, h2{
	margin: 0;
	text-align: center;
	font-size: 1.5em;
}
h2{
	font-weight: normal;
}
h3{
	font-size: 1.1em;
	text-align: center;
}
#about_title{
	font-weight: normal;
}
