/*
-----------------------------------------------------------------------
 Cascading Style Sheet 4everyoung.dk
-----------------------------------------------------------------------
*/

/* Definition af links til menuen */
.menu:link      {color:"#000000"; text-decoration:none; cursor: hand}
.menu:visited   {color:"#000000"; text-decoration:none; cursor: hand}
.menu:active    {color:"#000000"; text-decoration:none; cursor: hand}
.menu:hover     {color:"#000000"; background:"#ffff00"; text-decoration:none;  cursor: hand}

/* Definition af links til copyright */
.copy:link      {color:"#666666"; text-decoration:none; cursor: hand}
.copy:visited   {color:"#666666"; text-decoration:none; cursor: hand}
.copy:active    {color:"#666666"; text-decoration:none; cursor: hand}
.copy:hover     {color:"#cccccc"; text-decoration:none; cursor: hand}

/* Definition af alm. links */
A:link      {color:"#aaaaff"; text-decoration:none; cursor: hand}
A:visited   {color:"#aaaaff"; text-decoration:none; cursor: hand}
A:active    {color:"#aaaaff"; text-decoration:none; cursor: hand}
A:hover     {color:"#dddddd"; text-decoration:none; cursor: hand}

.noselect  {cursor: default}

TABLE.border {border: thin solid #000000;}
TABLE.navborder {border: 1px solid #000000;}

.mainborder {border-left  : solid yellow 3px;
             border-right : solid yellow 3px}

.mainborder2 {border : solid yellow 3px}

.boxborder {border : solid #aaaaff 1px}

.button {border : solid yellow 1 px}