<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#1b1b1b;
	color:#ffffff;
	text-align:center;
}

#body {
	background:#380085;
	border-radius:7px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0 0 10px #000;
	width:75%;
	overflow:none;
}
#body a {
	color:#08c;
	font-size:15;
	text-decoration: none; 
}
#body a:hover {
	color:fff;
}
#body img{
	width:75%;
}
#navmenu a {
	
	border-radius:7px;
	background:#6432fc;
	padding:10px;
	margin:10px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
}

#navmenu a:hover {
	background:#cc9acc;
	
}

#container {
	color:fff;
	border:1px solid #cc9acc;
	border-radius:7px;
	padding:10px;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#container a {
	color:#f6ff00;
}
table {
	border:1px solid #1d0032;
	display:inline-block;
	border-radius:7px;
	margin:10px;
}
th {
	color:#f44d06;
	background:#1d0032;
}
td {
	padding:5px;
}
tr:nth-child(even) {
    background-color: #6432fc;
}
tr:nth-child(odd) {
    background-color: #34029c;
}
#editarticletb {
	width:75%; 
	height:75%;
}
#admin {}
#admin img {
	width:25px;
}
#left {
	float:left;
}
#images img {
	width:100px;
}
#imageButtons {
	display:inline;
	margin-left:auto;
	margin-right:auto;
}
#imageButtons img {
	width:25px;
}
/*######## Index Right Side ########*/
#mainright {
	float:right;
	display:block;
	width:25%;
	height:100%;
}
#mainright img {
	width:50%;
}

#mainleft {
	height:100%;
	width:25%;
	float:left;
	display:block;
}
#mainleft img {
	width:50%;
}
#blog {
	height:100%;
	display:inline;
}
#blog table {
	width:50%;
	table-layout:fixed;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#blog td {
	overflow: hidden;
}
#textleft {
	text-align:left;
}
/*######## Contact Us Form ########*/
.contactus-form
{
	width:50%;
    margin-left:auto;
    margin-right:auto;
    max-width: 75%;
    background: #fff;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
    color: #000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contactus-form h1 
{
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;
}
.contactus-form h1&gt;span 
{
    display: block;
    font-size: 11px;
    color: #FFF;
}

.contactus-form label 
{
    display: block;
    margin: 0px 0px 5px;
}
.contactus-form label&gt;span 
{
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.contactus-form input[type="text"], .contactus-form input[type="email"], .contactus-form textarea, .contactus-form select 
{
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.contactus-form textarea
{
    height:100px;
    padding-top: 10px;
}
.contactus-form select 
{
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;6
    text-overflow: '';
    width:100%;
    height:30px;
}
.contactus-form .button 
{
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.contactus-form .button:hover 
{
    background-color:#80A24A;
}</pre></body></html>