/*
DEFAULT:
low-level tag and utility definitions
*/

body { margin:0; padding:0; }

a, a[href] {
	color: #75181d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a[href]:hover { text-decoration:underline; }
a:active {  }
a:visited {  }

input, select, textarea {  }

h1, h2, h3, h4, h5, h6 {}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

dt{ }
dd{ }

hr{  }

.hidden { display:none; }
.clear { clear:both; }
