/* 

	Designs_Page.css

	Styles for the Box Designs page

*/

/*
a
{
	color: black;
	background: none;
}


a:link
{
	color: black;
	background: none;
}

a:hover
{
	color: white;			
	background: none;
}


a:visited
{
	color:#8b4513;			
	background: none;
} 
*/


/*style for text and standard links */

.emphasisTextStyle
{
	font-size: x-large;
}

.textStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: large;
}

.textStyle H1
{
	font-size: 48px;	
}

.textStyle H2
{
	font-size:x-large;
}


.textStyle a
{
	color: blue;
	background: none;
}


.textStyle a:link
{
	color: blue;
	background: none;
}

.textStyle a:hover
{
	color: white;			
	background: none;
}


.textStyle a:visited
{
	color:#8b4513;			/* dark brown */
	color:#666666;
	background: none;
} 

/* style for images and their links */

.imagesStyle
{
	font-family: Arial;
	font-weight: bold;
	font-size: medium;	
}

.imagesStyle H1
{
	font-size: 48px;	
}

.imagesStyle H2
{
	font-size: x-large;
}

.imagesStyle a
{
	color: black;
	background: none;
}


.imagesStyle a:link
{
	color:#8b4513;			/* dark brown */
	background: none;
}

.imagesStyle a:hover
{
	color: white;			
	background: none;
}


.imagesStyle a:visited
{
	color:#f0c68c; 			/* khaki */
	background: none;
} 

.thumbnailStyle
{
	border-color:#8b4513;			/* dark brown */
}
