@charset "US-ASCII";

/* advancedfx.org  */

body {
	font-family:Arial;
	min-width:600px;
}

a:link { color:blue; text-decoration:underline; }
a:visited { color:navy; text-decoration:underline; }
a:active,a:focus,a:hover { color:blue; text-decoration:underline; background:#E0E0FF; }

.box  {
	border-color:gray;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	min-width:100%;
}
.box_header {
	background:silver;
	padding:4px;
}
.box_content {
	padding:4px;
}

.box_bg {
	background:silver;
}

.box_bg a:link { color:blue; text-decoration:underline; }
.box_bg a:visited { color:navy; text-decoration:underline; }
.box_bg a:active,.box_bg a:focus,.box_bg a:hover { color:blue; text-decoration:underline; background:#B0B0CF; }

