a:link { color: blue;
	text-decoration: none }
a:visited { color: purple;
	text-decoration: none }
a:hover { color: red;
	text-decoration: none }

body { background: #555555 }
.main_border { border: 2px solid black;
	border-collapse: collapse;
	background: white }
.dash_border { border-left: 0.5px dashed grey }
.copyright { font-size: small;
	color: white }
.categories_menu { font-size: small }
.featured_item { border-top: 1px dashed grey }
.header_menu { border-bottom: 1px dashed grey }
.delete_border { border: 1px solid black }
