body {
	background-colour: green;
	background-repeat: no;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #000000;


p
{
border-style:solid;
}

.box {
  border: 10px solid blue ;
}

}
.style1 {font-family: Arial, Helvetica, sans-serif; font-weight: italic; color: #000000; }
.style2 {font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: x-large; }
.style6 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
.style9 {font-size: 10px}
.style10 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style11 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; }
.style12 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.style18 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; }
.style19 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.style20 {font-size: 16px}
.style21 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 40px; font-weight: bold; }

<style type="text/css">
p.1style {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
</style>

p.2style {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
</style>

table {
  border: 1px solid blue;
  border-collapse: collapse;
}

th {
  text-align: centre;
  background: gray;
  color: white;
  padding: 0.2em;
  font-size: small;
  font-weight: bold;

}

td {

  padding: 0.2em;
  color: navy;
  font-size: small;
}

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>2-column web page layout using the Rule of Thirds</title>

<style type="text/css">

body{

padding: 0;

margin: 0;

background: ;

}

#container{

width: 700px;

margin: 0 auto;

background: ;

}

#header{

height: 50px;

padding: 10px;

background: 

}

#sidebar{

float: left;

width: 300px;

height: 00px;

padding: 10px;

}

#content{

margin-left: 400px;

height: 400px;

padding: 10px;

}

#footer{

clear: both;

height: 100px;

padding: 10px;

}
h1{

font-family: sans-serif;
font-size: 15px;
}

h2{

font-family: sans-serif;
font-size: 20px;
margin: 0;

}

p{

font-family: sans-serif;
font-size: 12px;
}

</style>

</head>

