@charset "UTF-8";
/* CSS Document */

/* Ack TO */

/*to set the properties for the body  tag*/

body {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #CBC7B5;
background-color: #2B0C06;
}

/*to set the properties for the h1 element */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: 400;
color: #0066CC;
}

/*to set the properties for the h2 element */
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color: #00CCFF;
}

/*to set the properties for the h3 element */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: green;
}

/*to set the properties for the h6 element */
h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
color: blue;
}

/*to set the properties for the class named centre */
.centre{
	text-align:center;
}








