body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

input, select {
    vertical-align:middle;
}

img {
	border: none;
}

a {
	font-weight:	bold;
}

a:link		{
	text-decoration : none;
	/*color : #637E3F;*/
	color: #C43131;
	font-weight: bold;
}

a:visited	{
	text-decoration:none;
	/*color : #637E3F;*/
	color: #C43131;
	font-weight: bold;
}

a:active	{
	text-decoration:none;
	/*color:#ffc010;*/
	color : #781E34;
	font-weight: bold;
}

a:hover		{
	text-decoration:none;
	/*color:#ffc010;*/
	/*text-decoration: underline;*/
	color : #781E34;
	font-weight: bold;
}

