﻿html,body,form
    {
      margin:0;
      padding:0;
      height:100%;
      border:none;
    }
    body 
    {
	    background-color:#DDFFAA;
	    background-image:url(images/int_r1_c1.jpg);
	    background-repeat:repeat-x;
    }
    td, th, div, p
    {
        font-family:Tahoma;
    }
    a
    {
        color:#339955;
        text-decoration: none;
    }
    a:hover
    {
        color:#338322;
    }