body {
    background-color: #F47056;  
    font-family: Verdana;
    font-size: 19px;
}


a:link {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    background-color: #CC9900;
}
a:active {
    background-color: #FF8000;
}
a:visited {
    color: #12E2C3;
}
p {
    text-align:left;
    /*text-indent:50px;*/
    font-family: "Comic Sans MS";
    font-size:11pt;
    background-color: red;
}



table{ 	
	background-color:orange;
}
td{
border:3px solid orange;
}
img{
    float: right;
}