body {
      text-align: right;
      margin: 40px;
      background-image:url(../images/grid.png)
     }
p {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 15px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: right
}

p1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 16px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: justify
}

fig {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 12px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: center
}


h1 {    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 28px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: center;
        color: blue

}

h2 {    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 24px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: center;
        color: blue

}

h3 {    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
        font-size: 20px;
        padding-right: 8px;
        PADDING-LEFT: 8px;
        PADDING-BOTTOM: 4px;
        PADDING-TOP: 4px;
        text-align: justify;
        color: green

}

li { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
     font-size: 14px;
   }
     
a:link {
	color: blue
}
a:visited {
	 color: purple
        }
a:hover {
	color: red
}
a:active {
	color: blue
}



