A.I. Hacking 101: The Art of Cracking the System
body {
background-color: #f0f0f0;
}
h1 {
color: #ff0000;
text-shadow: 2px 2px 2px black;
}
a {
color: #00ff00;
text-decoration: none;
}
.link {
background-color: #000000;
color: #ffffff;
text-align: center;
padding: 4px 8px;
border: 1px solid #000000;
}
.link:hover {
background-color: #333333;
}