body {
background:white;
}

body img {
border:none;
}

a:link {
        color: black;
	text-decoration: none;
}

a:visited {
        color: black;
	text-decoration: none;
}

a:hover {
        color: white;
        text-decoration: none;
}

a:active {
        color: black;
}

p {
text-align: justify;
color: black;
}

.resp-container { 
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}       

.style1 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 16px}
.style2 {font-family: Verdana, "Verdana", Liberation, mono}
.style5 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 12px}
.style6 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 11px}
.style7 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 10px; color: black;}
.style8 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 20px; color:black;}
.style9 {font-family: Verdana, "Verdana", Liberation, mono; font-size:  8px}
.style10 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 28px}
.style11 {font-family: Verdana, "Verdana", Liberation, mono; font-size: 36px}
.delicious-posts {font-family: Verdana, "Verdana", Liberation, mono; font-size: 10px}


.resp-container {
       	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



img {
	  max-width: 100%;
	  display: block;
    }

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: white;
	color: white;
	text-align: center;
}
	      
