
BODY {
/*This property describes the color of the outer top and left bevel edges (the normally lighter portion of the \"highlights\") of the scrollbar arrows and scroll bar slider box portions of a scroll bar */
/* scrollbar-3d-light-color : #2C732A; */

/*This property describes the color of the scrollbar directional arrows of a scroll bar when they are activate-able. When scrllbars appear but are not usable, this property does not control the arrow color in this state.*/
/* scrollbar-arrow-color : #2C732A; */

/*This property describes the color of the button face of the scrollbar arrow widgets, the button face color of the slider widget and half of the dither colors for the scrollbar slider tray. */
/* scrollbar-base-color : #559C53; */

/*This property describes the color of the outer bottom and right bevel edges (the normally darker portion of the \"shadows\") of the scrollbar arrows and scroll bar slider box portions of a scroll bar. */
/* scrollbar-dark-shadow-color : #2C732A; */

/*This property describes the color for the button face of the scrollbar arrow widgets, the button face color of the slider widget and the main color of the inactive square at the bottom/right corner of the scrolled box. This property has no effect on the scrollbar tray/track that the scrollbar slider widget travels in */
/* scrollbar-face-color : #559C53; */

/*This property describes the color of the inner top and left bevel edges (the normally darker portion of the \"highlights\") of the scrollbar arrows, the scroll bar slider box, and half of the dither pattern color of the scrollbar slider tray area */
/* scrollbar-highlight-color : #2C732A; */

/*This property describes the color of the inner bottom and right bevel edges (the normally lighter portion of the \"shadows\") of the scrollbar arrows and scroll bar slider box portions of a scroll bar */
/* scrollbar-shadow-color : #2C732A; */

/*This property describes the background color of the whole page.*/
/* background-color : White; */

/*This property describes the spacing between the top of the page and actual start of the body.  Very useful if you have an image on the top left corner and the text is scrolling on the top of it.*/
margin-top: 10px;

/*This property describes the spacing between the right of the page and actual end margin of the body. */
margin-right: 10px;

/*This property describes the spacing between the bottom of the page and actual end margin of the body. */
margin-bottom: 10px;

/*This property describes the spacing between the left of the page and actual start margin of the body. */
margin-left: 30px;

/*This property describes whether the background image moves with the scrollbar or not. */
background-attachment: fixed;
}

A, BODY, TABLE, TD, TEXTAREA, TR, P,DIV, H1,H2,H3,H4,H5,INPUT {

/*This property describes the color of the text on the whole page*/
color: #000000;

/*This property describes the size of the text on the whole page*/
font-size: 12px;

/*This property describes the type of the text on the whole page*/
font-family: Arial, Helvetica, sans-serif;

} 

A:active {
/*This property set the color of the text when the link is active.*/
color: #2D3F70; text-decoration: underline;
}

A:hover {
/*This property set the color of the text when the link is hovered over.*/
color: #5496E7; text-decoration: none;

} 

A:link {
/*This property set the color of the text when the link is on the page.*/
color: #2D3F70; text-decoration: underline;
} 

A:visited {
/*This property set the color of the text when the link had previously been visited*/
color: #5496E7; text-decoration: underline;
} 


BODY {
	background-image : url(Upload/);
	background-repeat: repeat; background-position: center center;
}
