﻿/* Research Stylesheet */

body { background: #fff; color: #333; font: 62.5% Courier New, serif; text-align: center; }
* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }
	a:visited { color: #333; text-decoration: underline; }
    a:hover { color: #df0000; text-decoration: line-through; }	
	a img { border: none; }	
	h1, h2, h3, h4, h5, h6, h7 {font-family: courier new}
    p {font-family: courier new}
    p.sansserif {font-family: sans-serif}
    p.center { text-align: center !important; }