/*stylesheet for my online portfolio*/




/*BODY STYLES*/

body	{
	scrollbar-track-color: black;
	scrollbar-base-color: black;
	scrollbar-arrow-color: red;
	scrollbar-3dlight-color: red;
	scrollbar-darkshadow-color: red;
	scrollbar-highlight-color: black;
	background-color: black;
	font-family: "Times New Roman", Serif;
	font-size: 12pt; 
	font-weight: normal; 
	font-style: bolder;
	font-variant: normal; 
	color: red;
	}

/*INLINE FRAME STYLES*/

iframe	{border: red double 2px;}


/*LINK STYLES*/

a:link		{color: white; text-decoration: box; font-family: 		Viner Hand ITC, Serif; font-size: 10pt;}
a:visited	{font-family: Viner Hand ITC, Serif; color: white; 		font-size: 10pt; text-decoration: blink;}
a:hover		{color: white; background: red; text-decoration: 		underline;}
a:focus		{color: white;}
a:active	{color: white;}

/* FONT STYLES*/

p:first-letter	{margin-left: 0.05in;}


/*HEADER STYLES*/

h1	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	}

h2	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}

h3	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}

h4	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}

h5	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	}

h6	{
	font-family: "Viner Hand ITC", monotype;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}




/*OTHER STYLES*/


img	{
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}

table	{
	font-family: "Viner Hand ITC", serif;
	font-size: 12pt;
	}

blockquote	{
		font-family: "Viner Hand ITC", Serif;
		font-size: 11pt;
		margin-left: 90px;
		margin-right: 90px;
		text-align: justify;
		}

div		{
		text-align: center;
		}