/* This is the style sheet for the Awhitu Wines website */


/* This sets the style for the MENU LINKS on the page. */

a:active.Menu { color : #333333; background : transparent; }
a:visited.Menu { color : #666666; background : transparent; }
a:link.Menu { color : #666666; background : transparent; }
a.Menu { font-family : "times", "tahoma", "arial", "sans-serif"; font-size: 13; font-style: italic; font-weight : none; text-decoration : none; }
a:hover.Menu { color : #333333; background : transparent; }


/* This sets the style of the main body of text in the pages */

p.Text {font-family : "times", "arial", "sans-serif";
		color : #4F4F4F;
		text-align : justify;
		font-size: 16;
		font-style: italic;
		font-weight : none;
		text-decoration : none; }

p.PlainText {font-family : "times", "arial", "sans-serif";
		color : #4F4F4F;
		font-size: 16;
		font-style: italic;
		font-weight : none;
		text-decoration : none; }