body		{
background: #550000;
color: white;
}

a				{color:yellow}
a:visited			{color:yellow}
a:hover				{color:white}
a.red				{color:red}
a.red:visited			{color:red}
a.red:hover			{color:yellow}
a.pink				{color:#ff88ff}
a.pink:visited			{color:#ff88ff}
a.pink:hover			{color:yellow}
a.white2			{color:white}
a.white2:visited		{color:white}
a.white2:hover			{color:yellow}
a.white				{color:white}
a.white:visited			{color:white}
a.white:hover			{color:white}

