@charset "UTF-8";

/* local styles mtg-root */
@media all
{

body {
  background: silver;
  color: #356AA0;
}

#page {
  border: 1px solid #888;
  color: #333;
}

#header h1 {font-size:150%;color:gray};

a, a em.file {color: #007; text-decoration:none;}
a:hover {background-color: #fee; text-decoration:underline;}
a:focus {background-color: #fee; text-decoration:underline;}

#footer a { color: #669; }
#footer a:hover {background-color: #eef; }
#footer a:focus {background-color: #eef; }

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left: 12px;
	background-image: url('../img/icons/ext_link.gif');
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}

}