/* your styles go here */
.bordure {
	border:#000 1px solid; 
	box-shadow:#000 3px 3px 3px;
	margin:5px; 
	padding:10px;
	font-weight:bold;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000000 -moz-use-text-color #000000;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
body,td,th {
    font-family: Roboto, sans-serif;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
    a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}