#backgroundimage
{
    background-image: url("http://images-cdn.moviepilot.com/images/c_fill,h_1080,w_1920/t_mp_quality/xute5oeshlmpqk0cloey/9-new-gameplay-features-in-fallout-4-what-can-we-expect-501645.jpg");
    border: solid 5px;
    border-color: yellow;
    background-position: right top;

}
#test
{

    padding: solid 20px;
    border: solid 20px;
    border-color: Green;
    background-color: black;

}
#one td {
    color: #669323;
    border-top: 1px solid #e8edff;
    padding: 10px 15px;
}
}

#Hor tr td {

    padding:2px;
    color:blue;
    background-color:black;
    border: 1px solid red;

} 

#VerMin {

    border-left:yellow dashed 30px;
    border-right:yellow dashed 30px;
    background-color: black;

}

td 
{
color:#9cd54a;
font-size:2em;
}

td:hover {
color: #ff2029;
font-size:2em;
}

body
{
    background-color: #bdbdd5
;
}

a 
{
    text-decoration:none;
    color:#ffde62;
    font-family: Verdana, sans-serif;
}

a:hover {
	color: #293173;
	font-weight: bold;
	text-decoration: none;
}
					