﻿BODY 
{
    background:#FFFFFF;
    margin:10px;
    color:#000000;
}

.print 
{
    display:block;
}

.noprint 
{
    display:none;
}

A:link, A:visited {
	color: #0000FF;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

A:link:after, A:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

A[href^="/"]:after {
	content: " (http://www.ryanext.com" attr(href) ") ";
}

