/*CSS for Homepage*/

body
{
background-color: Green;

cursor: url('Dio cur.png'), auto;

font-size: 18px;

margin: 100px 50px 20px 50px;

}

h1
{
/* double, solid, dotted, dashed */
outline: 5px dotted black;
/*first number left/right, second up/down*/

.green

background-color: blue;
border: 10px double lightblue;
color: lightgreen;
font-size: 24px;
font-style: italic;
font weight: bold;
padding: 20px 10px 10px 10px;
text-align: center;
width: 600px;
}