body {
	background: #ffdd00;
	background-image: url('textures/stripes.png');
	background-attachment: fixed;
	background-size: 80px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



#red {
	border: outset red 4px;
	width: 100px;
	height: 22px;
	background-image: url('textures/wood_red.pg');
	background: red;
	margin-left: 12px;
	margin-top: 8px;
	color: white;
	align-items: center;
}

#blue {
	border: outset blue 4px;
	width: 100px;
	height: 22px;
	background-image: url('textures/wood_red.pg');
	background: blue;
	margin-left: 12px;
	margin-top: 8px;
	color: white;
	align-items: center;
}

#yellow {
	border: outset yellow 4px;
	width: 100px;
	height: 22px;
	background-image: url('textures/wood_red.pg');
	background: yellow;
	margin-left: 12px;
	margin-top: 8px;
	color: black;
	align-items: center;
}

#green {
	border: outset lime 4px;
	width: 100px;
	height: 22px;
	background-image: url('textures/wood_red.pg');
	background: lime;
	margin-left: 12px;
	margin-top: 8px;
	color: black;
	align-items: center;
}

#red a:visited {
	color: white;
	background-color: ;
	text-decoration: none;
}

#red:hover {
	color: white;
	background-color: #ff6b6b;
	text-decoration: none;
	border: outset #ff6b6b 4px;
}

#red a:active {
	color: white;
	background-color: ;
	text-decoration: none;
}

#red a:link {
	color: white;
}


#blue a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#blue:hover {
	color: blue;
	background-color: #7f7fff;
	border: outset #7f7fff 4px;
	text-decoration: none;
}

#blue a:active {
	color: blue;
	background-color: ;
	text-decoration: none;
}

#blue a:link {
	color: white;
}


#yellow a:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

#yellow:hover {
	color: black;
	background-color: #ffffb9;
	border: outset #ffffb9 4px;
	text-decoration: none;
}

#yellow a:active {
	color: black;
	background-color: ;
	text-decoration: none;
}

#yellow a:link {
	color: black;
}


#green a:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;	
}

#green:hover {
	color: black;
	background-color: #7fff7f;
	border: outset #7fff7f 4px;
	text-decoration: none;	
}

#green a:active {
	color: black;
	background-color: ;
	text-decoration: none;	
}

#green a:link {
	color: black;
}